[dahdi-commits] dahdi/tools.git branch "master" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Mon Mar 14 02:41:07 CDT 2016
branch "master" has been updated
via 99e3c572d1ce4b2c3e0195499b84cb56ade94bea (commit)
from 6057ef25e984a2c7f8327b872233ba610b9aabe6 (commit)
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 99e3c572d1ce4b2c3e0195499b84cb56ade94bea
Author: Oron Peled <oron at actcom.co.il>
Date: Sun Mar 6 12:26:20 2016 +0200
build fix: external CFLAGS are ignored
* When passing CFLAGS to ./configure, they are ignored.
* The reason is that in Makefile.am CFLAGS are clobbered.
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
diff --git a/Makefile.am b/Makefile.am
index d43ce91..9dd64b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ LEGACY_MAKE = \
top_srcdir=$(top_srcdir) \
srcdir=$(srcdir)
-CFLAGS = -g -Wall -O2 $(DAHDI_INCLUDE)
+CFLAGS += -g -Wall -O2 $(DAHDI_INCLUDE)
if DAHDI_DEVMODE
CFLAGS += \
-Werror \
-----------------------------------------------------------------------
--
dahdi/tools.git
More information about the dahdi-commits
mailing list