mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
sed: disable acl
If libacl is built, gnu sed finds it during configuration and enables support linking in libacl. This results in build failures due to the missing dependency. Consequently, use CONFIGURE_ARGS to disable acl support. Reported-by: Rosen Penev rosenp@gmail.com Signed-off-by: Russell Senior <russell@personaltelco.net>
This commit is contained in:
@@ -46,6 +46,8 @@ define Package/sed/install
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+= --disable-acl
|
||||
|
||||
define Package/sed/postinst
|
||||
#!/bin/sh
|
||||
[ -L "$${IPKG_INSTROOT}/bin/sed" ] && rm -f "$${IPKG_INSTROOT}/bin/sed"
|
||||
|
||||
Reference in New Issue
Block a user