]> git.pld-linux.org Git - packages/cracklib.git/commitdiff
- added %bcond_with pp (thx. Pawel Sikora)
authorkosmo <kosmo@pld-linux.org>
Thu, 8 Jan 2004 18:38:18 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cracklib.spec -> 1.43

cracklib.spec

index 0f7c42f97347e1244d8bd0f88f263682638c8aaa..790d936d8329fc26f93649546ee0bd131d16ec40 100644 (file)
@@ -1,3 +1,5 @@
+%bcond_with    pp      # disable stack protector (vide dietlibc.spec)
+
 Summary:       Password checking library
 Summary(es):   Biblioteca de chequeo de contraseñas
 Summary(fr):   Bibliothèque de vérification de mots de passe
@@ -182,7 +184,7 @@ s
 %build
 %{__make} all \
        CC="%{__cc}" \
-       OPTFLAGS="%{rpmcflags}"
+       OPTFLAGS="%{rpmcflags} %{?with_pp:-fno-stack-protector}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.11082 seconds and 4 git commands to generate.