[Pkg-freeipa-devel] pki: Changes to 'debian-unstable'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Mon Jul 2 15:29:45 UTC 2012
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit acc7db7edf22538fceb5840aa2643f6f9a6aaabc
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Mon Jul 2 18:29:37 2012 +0300
rules: CFLAGS/CXXFLAGS need to be exported
diff --git a/debian/rules b/debian/rules
index c31df2c..54d4d2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ VER := $(shell dpkg-parsechangelog | sed -n 's/^Version: *\(.*\)-.*$$/\1/ p' |
SOURCE=pki
JAVA_HOME=/usr/lib/jvm/default-java
-CFLAGS += -I/usr/include/nss
-CXXFLAGS += -I/usr/include/nss
+export CFLAGS += -I/usr/include/nss
+export CXXFLAGS += -I/usr/include/nss
DEB_BUILD_DIR ?= $(CURDIR)/build
CONFIGS = core \
More information about the Pkg-freeipa-devel
mailing list