export the vars, so they make their way from rules into configure.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 5 Dec 2011 21:39:44 +0000 (22:39 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 5 Dec 2011 21:39:44 +0000 (22:39 +0100)
webcit/debian/rules

index 2631d682c5347b9b8d8a0869b5f3c088d7d87f6e..12301764bc0ee6bfc7dc2b9b92b94b8354b0b387 100755 (executable)
@@ -52,7 +52,7 @@ endif
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
        cp -f /usr/share/misc/config.guess config.guess
 endif
-       CC=$(COMPILER) CFLAGS=" -Wformat -Werror=format-security $(CFLAGS)" ./configure \
+       CC=$(COMPILER); exportCFLAGS=" -Wformat -Werror=format-security $(CFLAGS)" ./configure \
                --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr/sbin/ \