.debs: export the cflags
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 26 Jan 2012 22:09:32 +0000 (23:09 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 26 Jan 2012 22:09:32 +0000 (23:09 +0100)
webcit/debian/rules

index 12301764bc0ee6bfc7dc2b9b92b94b8354b0b387..cd0a58efb6ba21143fa8755eec7df37de41fbf46 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); exportCFLAGS=" -Wformat -Werror=format-security $(CFLAGS)" ./configure \
+       export CC=$(COMPILER); export CFLAGS=" -Wformat -Werror=format-security $(CFLAGS)"; ./configure \
                --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) \
                --prefix=/usr/sbin/ \