summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 03:42:47 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 03:42:47 +0000
commit90c940f4361575cebcea79e57354de74fc103296 (patch)
tree30db5038e549e1b062644ed2bda07b5e3f188bdf /sys-libs/pwdb/files
parentold (diff)
downloadhistorical-90c940f4361575cebcea79e57354de74fc103296.tar.gz
historical-90c940f4361575cebcea79e57354de74fc103296.tar.bz2
historical-90c940f4361575cebcea79e57354de74fc103296.zip
touchup patch
Diffstat (limited to 'sys-libs/pwdb/files')
-rw-r--r--sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch b/sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch
index 113b15058a74..84a4c6bd6f7f 100644
--- a/sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch
+++ b/sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch
@@ -1,11 +1,10 @@
--- pwdb-0.62/libpwdb/Makefile 2003-03-24 09:42:42.000000000 +0000
+++ pwdb-0.62/libpwdb/Makefile 2003-03-24 09:34:04.000000000 +0000
-@@ -50,7 +50,8 @@
+@@ -50,7 +50,7 @@
$(LIBDYNAME): $(LIBOBJ)
- $(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
-+ #$(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
+ $(CC) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc
@ln -sf $(LIBFILENAME) $@