X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdebian%2Frules;fp=webcit%2Fdebian%2Frules;h=cd0a58efb6ba21143fa8755eec7df37de41fbf46;hb=4e83f67376feeb3e8e3d4126574b74e3b3119e85;hp=12301764bc0ee6bfc7dc2b9b92b94b8354b0b387;hpb=6dca1575b09b1a9cf556c29e3c6250d81ba5237d;p=citadel.git 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/ \