diff options
Diffstat (limited to 'sys-libs/pwdb/files/pwdb-0.61-hppa.patch')
-rw-r--r-- | sys-libs/pwdb/files/pwdb-0.61-hppa.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys-libs/pwdb/files/pwdb-0.61-hppa.patch b/sys-libs/pwdb/files/pwdb-0.61-hppa.patch deleted file mode 100644 index 1a866f3be661..000000000000 --- a/sys-libs/pwdb/files/pwdb-0.61-hppa.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- work/pwdb-0.61/libpwdb/Makefile 2003-03-24 09:42:42.000000000 +0000 -+++ work.old/pwdb-0.61/libpwdb/Makefile 2003-03-24 09:34:04.000000000 +0000 -@@ -50,7 +50,8 @@ - - - $(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 -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc - @ln -sf $(LIBFILENAME) $@ - - $(LIBSTATIC): $(LIBOBJ) |