summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 84a4c6bd6f7f..000000000000
--- a/sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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,7 @@
-
-
- $(LIBDYNAME): $(LIBOBJ)
-- $(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) $@
-
- $(LIBSTATIC): $(LIBOBJ)