diff options
Diffstat (limited to 'package/libs/popt')
-rw-r--r-- | package/libs/popt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile index 1c9711577a..5e03774dd2 100644 --- a/package/libs/popt/Makefile +++ b/package/libs/popt/Makefile @@ -16,9 +16,6 @@ PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=5988e7aeb0ae4dac8d83561265984cc9 PKG_LICENSE:=MIT -PKG_LICENSE:=MIT -PKG_LICENSE_FILES:=COPYING - PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh aclocal.m4 @@ -60,3 +57,4 @@ $(eval $(call RequireCommand,xgettext, \ )) $(eval $(call BuildPackage,libpopt)) + |