Merge pull request #3353 from diizzyy/patch-19
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 17 Oct 2016 20:54:41 +0000 (23:54 +0300)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 20:54:41 +0000 (23:54 +0300)
gdisk: Use libpopt instead of popt as dependency

utils/gdisk/Makefile

index 8797a5793de7c6407048e3c2cbff2b9ccf27deff..b55a7a98f8a4caf4280f5b7d97bc325a53020e7b 100644 (file)
@@ -24,7 +24,7 @@ define Package/gdisk
   SECTION:=utils
   CATEGORY:=Utilities
   SUBMENU:=disc
-  DEPENDS:=+libstdcpp +popt +libuuid
+  DEPENDS:=+libstdcpp +libpopt +libuuid
   TITLE:=Partition utility that supports GPT
   URL:=http://www.rodsbooks.com/gdisk
   MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>