mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-16 00:33:31 +08:00
package/apache: move APACHE_FIXUP_APR_LIBTOOL to post-prepare hook
APACHE_FIXUP_APR_LIBTOOL tweaks files for per package directory build. This is typically the kind of operation expected to be in post-prepare hook. Signed-off-by: Herve Codina <herve.codina@bootlin.com> Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ead700f87c
commit
6bfe74433a
@ -23,7 +23,7 @@ define APACHE_FIXUP_APR_LIBTOOL
|
||||
$(SED) "s@$(PER_PACKAGE_DIR)/[^/]\+/@$(PER_PACKAGE_DIR)/apache/@g" \
|
||||
$(STAGING_DIR)/usr/build-1/libtool
|
||||
endef
|
||||
APACHE_POST_CONFIGURE_HOOKS += APACHE_FIXUP_APR_LIBTOOL
|
||||
APACHE_POST_PREPARE_HOOKS += APACHE_FIXUP_APR_LIBTOOL
|
||||
endif
|
||||
|
||||
APACHE_CONF_ENV= \
|
||||
|
Loading…
Reference in New Issue
Block a user