popt: remove xgettext prereq check, it is not necessary
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47826
This commit is contained in:
parent
4eaeee7151
commit
8af89bbcb6
1 changed files with 0 additions and 4 deletions
|
@ -54,9 +54,5 @@ define Package/libpopt/install
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.so.* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call RequireCommand,xgettext, \
|
|
||||||
$(PKG_NAME) requires the GNU gettext development package installed on the local system to build. \
|
|
||||||
))
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libpopt))
|
$(eval $(call BuildPackage,libpopt))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue