]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- don't override -Wl,-export-dynamic in tc LDFLAGS (if building with tc)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 4 Dec 2003 13:51:26 +0000 (13:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2.spec -> 1.98

iproute2.spec

index 4357cfc5925c3bd02bf17b6cbce2a183c0273130..8b60f8a6d2baaa3a67ab0b66dc4122db619675c9 100644 (file)
@@ -118,8 +118,7 @@ WRRDEF=""
        CC="%{__cc}" \
        OPT="%{rpmcflags} ${WRRDEF}" \
        KERNEL_INCLUDE="%{_kernelsrcdir}/include" \
-       LDFLAGS="%{rpmldflags}" \
-       %{!?with_tc:SUBDIRS="lib ip misc"}
+       %{!?with_tc:SUBDIRS="lib ip misc" LDFLAGS="%{rpmldflags}"}
 
 %{?with_tetex:%{__make} -C doc}
 
This page took 0.194634 seconds and 4 git commands to generate.