export our vars so configure can read them; this is to follow a debian change.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 21 Nov 2011 18:38:02 +0000 (19:38 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 21 Nov 2011 18:38:02 +0000 (19:38 +0100)
citadel/debian/rules

index 9217bc55a3f3822680cafb65be6340f22748450b..7e478e1789b3d0f9f890c9e05ebd02b0df23f108 100755 (executable)
@@ -67,7 +67,7 @@ configure: configure-stamp
 configure-stamp:
        dh_testdir
 
-       CC=$(COMPILER); LDFLAGS="$(LDFLAGS)"; CFLAGS="$(CFLAGS)" ./configure \
+       export CC=$(COMPILER); export LDFLAGS="$(LDFLAGS)"; export CFLAGS="$(CFLAGS)"; ./configure \
                --prefix=/var/lib/citadel/ \
                --with-datadir=/var/lib/citadel/ \
                --with-helpdir=/usr/share/citadel-server/ \