diff options
Diffstat (limited to 'sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.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) $@ |