]> git.pld-linux.org Git - packages/setup.git/commitdiff
- pass rpmldflags
authorsparky <sparky@pld-linux.org>
Sun, 30 Jul 2006 14:55:35 +0000 (14:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup.spec -> 1.118

setup.spec

index f67a7c7bc547db415be0dd14b30ae62992c6ae74..f082355c0c023c304f607bfe954875f58ebbaa37 100644 (file)
@@ -83,9 +83,11 @@ install %{SOURCE2} update-fstab.c
 
 %{__make} \
        OPT_FLAGS="%{rpmcflags} %{?with_ssp:-fno-stack-protector}" \
+       LDFLAGS="%{rpmldflags}" \
        CC="diet %{__cc}"
 %{__make} update-fstab \
        OPT_FLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}" \
        CC="diet %{__cc}"
 
 %install
This page took 0.091259 seconds and 4 git commands to generate.