diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 03:42:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-17 03:42:47 +0000 |
commit | 9c1d97aacfd75219817fe28e542b9f3865d9e5f3 (patch) | |
tree | ad05f590b1865acb6da2b2ec58cad629a3243696 | |
parent | old (diff) | |
download | gentoo-2-9c1d97aacfd75219817fe28e542b9f3865d9e5f3.tar.gz gentoo-2-9c1d97aacfd75219817fe28e542b9f3865d9e5f3.tar.bz2 gentoo-2-9c1d97aacfd75219817fe28e542b9f3865d9e5f3.zip |
touchup patch
-rw-r--r-- | sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch | 3 |
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) $@ |