[oe-commits] [meta-openembedded] 06/07: php: Remove no longer needed CFLAGS_append_aarch64

git at git.openembedded.org git at git.openembedded.org
Tue Sep 10 13:54:41 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7c9881e254e3cdacbdcee2949e633d13d5f16d0c
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Tue Sep 10 13:02:39 2019 +0300

    php: Remove no longer needed CFLAGS_append_aarch64
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/php/php.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 4cae3f7..d55b884 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -99,7 +99,6 @@ PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
 export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
 export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
 CFLAGS += " -D_GNU_SOURCE -g -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED -I${STAGING_INCDIR}/apache2"
-CFLAGS_append_aarch64 = " -O2"
 
 EXTRA_OEMAKE = "INSTALL_ROOT=${D}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list