From: Herve Codina Date: Tue, 6 Jul 2021 14:24:49 +0000 (+0200) Subject: package/apache: move APACHE_FIXUP_APR_LIBTOOL to post-prepare hook X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bfe74433aef3fb26f3d08777a78a78e5e6d7f3c;p=buildroot.git 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 Reviewed-by: Yann E. MORIN Signed-off-by: Yann E. MORIN --- diff --git a/package/apache/apache.mk b/package/apache/apache.mk index 7dbd1a4512..dc66cd660e 100644 --- a/package/apache/apache.mk +++ b/package/apache/apache.mk @@ -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= \