Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37900947
en ru br
ALT Linux repos
S:5.17.0-alt2
5.0: 2.6.26-alt1
4.1: 2.6.23-alt2
4.0: 2.6.20.20070313-alt1
3.0: 2.4.7.20020116-alt5.1

Group :: Networking/Other
RPM: iproute2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: iproute2-2.6.18-LDFLAGS.patch
Download


--- iproute2-2.6.18-061002.org/genl/Makefile	2006-10-02 22:13:34.000000000 +0200
+++ iproute2-2.6.18-061002/genl/Makefile	2006-10-03 09:09:13.940918661 +0200
@@ -9,11 +9,10 @@
 
 GENLLIB :=
 
-LDFLAGS += -Wl,-export-dynamic -lm -ldl
-
 all: genl
 
 genl: $(GENLOBJ) $(LIBNETLINK) $(LIBUTIL) $(GENLLIB)
+	$(CC) $(LDFLAGS) $(CFLAGS) -Wl,-export-dynamic -o $@ $^ $(LDLIBS) -lm -ldl
 
 install: all
    install -m 0755 -s genl $(DESTDIR)$(SBINDIR)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin