diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-04-01 21:03:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-04-01 21:03:12 +0000 |
commit | a03e6ef8d512f6e0d4b9b001001a9151bae0fc78 (patch) | |
tree | 82b61d7077de83912f29dbc5c977a7a058a340ea /net-libs/libnids/files | |
parent | Reintroduce ~hppa keyword that was removed before due to GCC restrictions. (diff) | |
download | gentoo-2-a03e6ef8d512f6e0d4b9b001001a9151bae0fc78.tar.gz gentoo-2-a03e6ef8d512f6e0d4b9b001001a9151bae0fc78.tar.bz2 gentoo-2-a03e6ef8d512f6e0d4b9b001001a9151bae0fc78.zip |
Version bump (bug #312637). Respect LDFLAGS.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-libs/libnids/files')
-rw-r--r-- | net-libs/libnids/files/libnids-1.24-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/libnids/files/libnids-1.24-ldflags.patch b/net-libs/libnids/files/libnids-1.24-ldflags.patch new file mode 100644 index 000000000000..3ce84c7bf5c8 --- /dev/null +++ b/net-libs/libnids/files/libnids-1.24-ldflags.patch @@ -0,0 +1,11 @@ +--- src/Makefile.in.org 2010-03-01 22:13:17.000000000 +0100 ++++ src/Makefile.in 2010-04-01 22:59:21.000000000 +0200 +@@ -65,7 +65,7 @@ + ar -cr $@ $(OBJS) + $(RANLIB) $@ + $(LIBSHARED): $(OBJS_SHARED) +- $(CC) -shared -Wl,-soname,$(LIBSHARED) -o $(LIBSHARED) $(OBJS_SHARED) $(LIBS) $(LNETLIB) $(PCAPLIB) ++ $(CC) -shared -Wl,-soname,$(LIBSHARED) $(LDFLAGS) -o $(LIBSHARED) $(OBJS_SHARED) $(LIBS) $(LNETLIB) $(PCAPLIB) + + _install install: $(LIBSTATIC) + ../mkinstalldirs $(install_prefix)$(libdir) |