diff options
Diffstat (limited to 'package/libs/popt/Makefile')
-rw-r--r-- | package/libs/popt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile index 5e03774dd2..1c9711577a 100644 --- a/package/libs/popt/Makefile +++ b/package/libs/popt/Makefile @@ -16,6 +16,9 @@ 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 @@ -57,4 +60,3 @@ $(eval $(call RequireCommand,xgettext, \ )) $(eval $(call BuildPackage,libpopt)) - |