summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 03:43:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 03:43:40 +0000
commit0fcd34fab9270490a2a1f41f6e975bc63a2c1301 (patch)
tree6328837b02b08efceb7f9b71e6d1092964882845 /sys-libs/pwdb/files
parenttouchup patch (diff)
downloadgentoo-2-0fcd34fab9270490a2a1f41f6e975bc63a2c1301.tar.gz
gentoo-2-0fcd34fab9270490a2a1f41f6e975bc63a2c1301.tar.bz2
gentoo-2-0fcd34fab9270490a2a1f41f6e975bc63a2c1301.zip
fix install target so we dont need preplib
(Portage version: 2.0.53)
Diffstat (limited to 'sys-libs/pwdb/files')
-rw-r--r--sys-libs/pwdb/files/pwdb-0.62-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-libs/pwdb/files/pwdb-0.62-build.patch b/sys-libs/pwdb/files/pwdb-0.62-build.patch
new file mode 100644
index 000000000000..4ed83a380ca9
--- /dev/null
+++ b/sys-libs/pwdb/files/pwdb-0.62-build.patch
@@ -0,0 +1,11 @@
+--- libpwdb/Makefile
++++ libpwdb/Makefile
+@@ -69,7 +69,7 @@
+ $(INSTALL) -m 644 radius.h $(INCLUDED)/radius.h
+ $(INSTALL) -m 644 _pwdb_macros.h $(INCLUDED)/_pwdb_macros.h
+ $(INSTALL) -m 755 $(LIBFILENAME) $(LIBDIR)
+- $(LDCONFIG)
++ ln -sf $(LIBFILENAME) $(LIBDIR)/$(LIBSONAME)
+ ln -sf $(LIBFILENAME) $(LIBDIR)/$(LIBDYNAME)
+ $(INSTALL) -m 644 $(LIBSTATIC) $(LIBDIR)
+