Author: nbd Date: 2015-12-10 13:40:19 +0100 (Thu, 10 Dec 2015) New Revision: 47826
Modified: trunk/package/libs/popt/Makefile Log: popt: remove xgettext prereq check, it is not necessary Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/popt/Makefile =================================================================== --- trunk/package/libs/popt/Makefile 2015-12-10 12:40:08 UTC (rev 47825) +++ trunk/package/libs/popt/Makefile 2015-12-10 12:40:19 UTC (rev 47826) @@ -54,9 +54,5 @@ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.so.* $(1)/usr/lib/ endef -$(eval $(call RequireCommand,xgettext, \ - $(PKG_NAME) requires the GNU gettext development package installed on the local system to build. \ -)) - $(eval $(call BuildPackage,libpopt)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
