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/Auto= ToolsBuildSystem.py index 523edda..5c48a9c 100644 --- a/bin/BuildSystem/AutoToolsBuildSystem.py +++ b/bin/BuildSystem/AutoToolsBuildSystem.py @@ -48,9 +48,9 @@ class AutoToolsBuildSystem(BuildSystemBase): sourcedir =3D self.buildDir() = configure =3D os.path.join(sourcedir, "configure") - self.shell.environment[ "CFLAGS" ] +=3D self.subinfo.options.conf= igure.cflags - self.shell.environment[ "CXXFLAGS" ] +=3D self.subinfo.options.con= figure.cxxflags - self.shell.environment[ "LDFLAGS" ] +=3D self.subinfo.options.conf= igure.ldflags + self.shell.environment[ "CFLAGS" ] =3D self.subinfo.options.confi= gure.cflags + self.shell.environment[ "CFLAGS" ] + self.shell.environment[ "CXXFLAGS" ] =3D self.subinfo.options.conf= igure.cxxflags + self.shell.environment[ "CXXFLAGS" ] + self.shell.environment[ "LDFLAGS" ] =3D self.subinfo.options.confi= gure.ldflags + self.shell.environment[ "LDFLAGS" ] if self.subinfo.options.configure.bootstrap =3D=3D True: autogen =3D os.path.join(sourcedir, "autogen.sh") if os.path.exists(autogen):