From: Wilfried Goesgens Date: Thu, 26 Jan 2012 22:09:32 +0000 (+0100) Subject: .debs: export the cflags X-Git-Tag: v8.11~217^2~2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=4e83f67376feeb3e8e3d4126574b74e3b3119e85 .debs: export the cflags --- diff --git a/webcit/debian/rules b/webcit/debian/rules index 12301764b..cd0a58efb 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -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/ \