From: Floris Bos Date: Mon, 18 May 2015 19:51:59 +0000 (+0200) Subject: php: delete /usr/lib/php/build instead of /usr/lib/php X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec0404a9a426e866dff20bf11b33c06b90f9f85d;p=buildroot.git php: delete /usr/lib/php/build instead of /usr/lib/php Fixes #8121 External PHP modules like the OPcache may live in /usr/lib/php/extensions, so only delete /usr/lib/php/build Signed-off-by: Floris Bos Signed-off-by: Peter Korsgaard --- diff --git a/package/php/php.mk b/package/php/php.mk index 279ebf8ece..bc3794af88 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -295,7 +295,7 @@ endef PHP_POST_INSTALL_TARGET_HOOKS += PHP_EXTENSIONS_FIXUP define PHP_INSTALL_FIXUP - rm -rf $(TARGET_DIR)/usr/lib/php + rm -rf $(TARGET_DIR)/usr/lib/php/build rm -f $(TARGET_DIR)/usr/bin/phpize $(INSTALL) -D -m 0755 $(PHP_DIR)/php.ini-production \ $(TARGET_DIR)/etc/php.ini