]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
build-essentials: Make CFLAGS and CXXFLAGS independent.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Feb 2011 00:10:04 +0000 (01:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Feb 2011 00:10:04 +0000 (01:10 +0100)
pkgs/core/build-essentials/build-essentials.nm
pkgs/core/build-essentials/buildsystem/Constants

index 9ea5643ba58772b23437b6b98a07b0f0929e4a92..d383d4e90910a4b8fe085f1ed401873fab53c04f 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = build-essentials
 PKG_VER        = $(DISTRO_VERSION)
-PKG_REL        = 4
+PKG_REL        = 5
 PKG_ARCH       = noarch
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
index 6eb6dfb2dd65c8ddf51625172af3ad8fa2e02757..0eb9c85f748543f60aae2d45543f39a2935edcf3 100644 (file)
@@ -38,8 +38,8 @@ GLOBAL_CFLAGS = -O2 -g -pipe -Wall -fexceptions --param=ssp-buffer-size=4
 CFLAGS_i686   = -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables
 CFLAGS_x86_64 = -m64 -mtune=generic
 
-export CFLAGS   = $(GLOBAL_CFLAGS) $(CFLAGS_$(DISTRO_ARCH))
-export CXXFLAGS = $(CFLAGS)
+export CFLAGS   := $(GLOBAL_CFLAGS) $(CFLAGS_$(DISTRO_ARCH))
+export CXXFLAGS := $(CFLAGS)
 
 # Options that get passed to configure by default
 CONFIGURE_OPTIONS = \