The following commit has been merged in the master branch:
commit cc5ce80e41a79b45d36f16cf8d22c6c801436314
Author: Patrick Winnertz <[email protected]>
Date: Wed May 12 10:28:38 2010 +0200
configure option --with-ccopts doesn't exist anymore.. switching to CFLAGS
Signed-off-by: Patrick Winnertz <[email protected]>
diff --git a/debian/rules b/debian/rules
index 35990ba..14f090d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,11 +50,10 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- CFLAGS="-static" ./configure $(CROSS) --prefix=/usr --enable-elf-shlibs
--enable-fsck \
+ CFLAGS="-fno-stack-protector ${CCOPTS}" ./configure $(CROSS)
--prefix=/usr --enable-elf-shlibs --enable-fsck \
--mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info \
-
--with-ccopts="${CCOPTS}" --disable-nls --disable-imager \
- --disable-uuidd
--disable-tls --disable-e2initrd-helper \
-
--with-ccopts=-fno-stack-protector
+ --disable-nls
--disable-imager \
+ --disable-uuidd
--disable-tls --disable-e2initrd-helper
#Architecture
--
Repository for maintaining lidskfsprogs
_______________________________________________
Pkg-lustre-svn-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-lustre-svn-commit