]> git.pld-linux.org Git - packages/setup.git/commitdiff
- added %bcond_with pp (thx. Pawel Sikora) FHS_2_2
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:
    setup.spec -> 1.81

setup.spec

index 0c87130d368d9a1aacd7de19cd1b72c54e004128..f5f5e5512156c8e30e67eef1f7248b5a99c9f365 100644 (file)
@@ -1,5 +1,7 @@
 # TODO:
 # - make some README.PLD with system features description
+%bcond_with    pp      # disable stack protector (vide dietlibc.spec)
+
 Summary:       Simple setup files
 Summary(de):   Einfache Setup-Dateien
 Summary(es):   Varios archivos básicos de configuración
@@ -60,7 +62,7 @@ dosyalar
 
 %build
 %{__make} \
-       OPT_FLAGS="%{rpmcflags}" \
+       OPT_FLAGS="%{rpmcflags} %{?with_pp:-fno-stack-protector}" \
        CC="diet %{__cc}"
 
 %install
This page took 0.619654 seconds and 4 git commands to generate.