]> git.pld-linux.org Git - packages/setup.git/commitdiff
- fix multilib build
authortommat <tommat@pld-linux.org>
Mon, 12 Mar 2007 08:13:57 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup.spec -> 1.129

setup.spec

index 5ada4254efcd28faa7cc0987f935ec9912313ab2..80bc274e2721ae1e086f0398da3c8be30deddf40 100644 (file)
@@ -83,11 +83,11 @@ install %{SOURCE3} postshell.c
 
 %{__make} \
        OPT_FLAGS="%{rpmcflags}" \
-       LDFLAGS="%{rpmldflags}" \
+       LDFLAGS="%{rpmcflags} %{rpmldflags}" \
        CC="diet %{__cc}"
 %{__make} postshell update-fstab \
        OPT_FLAGS="%{rpmcflags} -Os" \
-       LDFLAGS="%{rpmldflags}" \
+       LDFLAGS="%{rpmcflags} %{rpmldflags}" \
        CC="diet %{__cc}"
 
 %install
This page took 0.11507 seconds and 4 git commands to generate.