The following commit has been merged in the master branch:
commit d52cf1e9df6e949e1865ad710fc5a684137fb715
Author: Guillem Jover <[email protected]>
Date: Thu Feb 28 13:29:04 2013 +0100
build: Add CPPFLAGS for dselect-curses.h CPP invocation
diff --git a/dselect/Makefile.am b/dselect/Makefile.am
index 168b3b1..8fa3bca 100644
--- a/dselect/Makefile.am
+++ b/dselect/Makefile.am
@@ -53,7 +53,7 @@ CLEANFILES = curkeys.h
curkeys.$(OBJEXT): curkeys.h
curkeys.h: $(srcdir)/keyoverride $(srcdir)/mkcurkeys.pl
$(AM_V_GEN) cursesfile=`echo '#include "dselect-curses.h"' | \
- $(CPP) -I$(top_builddir) -I $(srcdir) - | \
+ $(CPP) $(CPPFLAGS) -I$(top_builddir) -I $(srcdir) - | \
grep 'curses.h' | head -n 1 | \
sed -e 's/^[^"]*"//; s/".*$$//'`; \
if [ "$$cursesfile" = "" ]; then \
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]