package/apparmor: drop APPARMOR_FIXUP_APXS
Drop APPARMOR_FIXUP_APXS which was added by commit3c836e5420
but is not needed since the addition of PPD_FIXUP_PATHS in commitb06294e989
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e0a0b8d233
commit
e0da90512c
@ -54,16 +54,6 @@ ifeq ($(BR2_PACKAGE_APACHE),y)
|
||||
APPARMOR_DEPENDENCIES += apache
|
||||
APPARMOR_TOOLS += changehat/mod_apparmor
|
||||
APPARMOR_MAKE_OPTS += APXS=$(STAGING_DIR)/usr/bin/apxs
|
||||
|
||||
ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y)
|
||||
define APPARMOR_FIXUP_APXS
|
||||
$(SED) "s@$(PER_PACKAGE_DIR)/[^/]\+/@$(PER_PACKAGE_DIR)/apparmor/@g" \
|
||||
$(STAGING_DIR)/usr/bin/apxs \
|
||||
$(STAGING_DIR)/usr/build/config_vars.mk \
|
||||
$(STAGING_DIR)/usr/build-1/libtool
|
||||
endef
|
||||
APPARMOR_POST_CONFIGURE_HOOKS += APPARMOR_FIXUP_APXS
|
||||
endif
|
||||
endif
|
||||
|
||||
define APPARMOR_BUILD_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user