git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
afb706d
)
gdisk: Use libpopt instead of popt as dependency
author
Daniel Engberg
<redacted>
Mon, 17 Oct 2016 20:46:44 +0000
(22:46 +0200)
committer
GitHub
<redacted>
Mon, 17 Oct 2016 20:46:44 +0000
(22:46 +0200)
Adds correct dependency
Signed-off-by: Daniel Engberg <redacted>
utils/gdisk/Makefile
patch
|
blob
|
history
diff --git
a/utils/gdisk/Makefile
b/utils/gdisk/Makefile
index 8797a5793de7c6407048e3c2cbff2b9ccf27deff..b55a7a98f8a4caf4280f5b7d97bc325a53020e7b 100644
(file)
--- a/
utils/gdisk/Makefile
+++ b/
utils/gdisk/Makefile
@@
-24,7
+24,7
@@
define Package/gdisk
SECTION:=utils
CATEGORY:=Utilities
SUBMENU:=disc
- DEPENDS:=+libstdcpp +popt +libuuid
+ DEPENDS:=+libstdcpp +
lib
popt +libuuid
TITLE:=Partition utility that supports GPT
URL:=http://www.rodsbooks.com/gdisk
MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
git clone https://git.99rst.org/PROJECT