[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge] bin/BuildSystem: prefer the packages' information to make it possible to override any other
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2015-12-17 22:19:39
Message-ID: E1a9gtf-0003x3-JR () scm ! kde ! org
[Download RAW message or body]

Git commit f656f83f0110b2885208a5f6a353760d17bc63bd by Patrick Spendrin.
Committed on 17/12/2015 at 22:17.
Pushed by sengels into branch 'master'.

prefer the packages' information to make it possible to override any other things

M  +3    -3    bin/BuildSystem/AutoToolsBuildSystem.py

http://commits.kde.org/emerge/f656f83f0110b2885208a5f6a353760d17bc63bd

diff --git a/bin/BuildSystem/AutoToolsBuildSystem.py \
b/bin/BuildSystem/AutoToolsBuildSystem.py index 523edda..5c48a9c 100644
--- a/bin/BuildSystem/AutoToolsBuildSystem.py
+++ b/bin/BuildSystem/AutoToolsBuildSystem.py
@@ -48,9 +48,9 @@ class AutoToolsBuildSystem(BuildSystemBase):
             sourcedir = self.buildDir()
 
         configure = os.path.join(sourcedir, "configure")
-        self.shell.environment[ "CFLAGS" ] +=  self.subinfo.options.configure.cflags
-        self.shell.environment[ "CXXFLAGS" ] += \
                self.subinfo.options.configure.cxxflags
-        self.shell.environment[ "LDFLAGS" ] += \
self.subinfo.options.configure.ldflags +        self.shell.environment[ "CFLAGS" ] =  \
self.subinfo.options.configure.cflags + self.shell.environment[ "CFLAGS" ] +        \
self.shell.environment[ "CXXFLAGS" ] = self.subinfo.options.configure.cxxflags + \
self.shell.environment[ "CXXFLAGS" ] +        self.shell.environment[ "LDFLAGS" ] = \
self.subinfo.options.configure.ldflags + self.shell.environment[ "LDFLAGS" ]  if \
self.subinfo.options.configure.bootstrap == True:  autogen = os.path.join(sourcedir, \
"autogen.sh")  if os.path.exists(autogen):


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic