[Lsb-messages] /var/www/bzr/lsb/devel/build_env r1933: Undo the absolute forcing of "override" on CFLAGS in the lsbdev-cc build.

Jeff Licquia jeff at licquia.org
Thu Mar 29 02:42:07 UTC 2012


------------------------------------------------------------
revno: 1933
committer: Jeff Licquia <jeff at licquia.org>
branch nick: build_env-fixversion
timestamp: Wed 2012-03-28 22:42:07 -0400
message:
  Undo the absolute forcing of "override" on CFLAGS in the lsbdev-cc build.
modified:
  lsbdev-cc/makefile
-------------- next part --------------
=== modified file 'lsbdev-cc/makefile'
--- a/lsbdev-cc/makefile	2012-02-21 17:19:10 +0000
+++ b/lsbdev-cc/makefile	2012-03-29 02:42:07 +0000
@@ -6,7 +6,8 @@
 EXTRA_OBJS = besteffort.o
 INSTALL_ROOT ?= /usr/local
 BASE_PATH ?=\"$(INSTALL_ROOT)\"
-override CFLAGS += -g -Wall -DBASE_PATH=$(BASE_PATH)
+CFLAGS ?= -g -Wall
+CFLAGS += -DBASE_PATH=$(BASE_PATH)
 CXXFLAGS = $(CFLAGS)
 EXTRA_CFLAGS = -fPIC
 DBOPTS = -h $$LSBDBHOST -u $$LSBUSER --password=$$LSBDBPASSWD



More information about the lsb-messages mailing list