[Pkg-lustre-svn-commit] updated: [cc5ce80] configure option --with-ccopts doesn't exist anymore.. switching to CFLAGS

Patrick Winnertz winnie at debian.org
Fri Aug 13 10:09:44 UTC 2010


The following commit has been merged in the master branch:
commit cc5ce80e41a79b45d36f16cf8d22c6c801436314
Author: Patrick Winnertz <winnie at debian.org>
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 <winnie at debian.org>

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



More information about the Pkg-lustre-svn-commit mailing list