summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-17 03:42:47 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-17 03:42:47 +0000
commit90c940f4361575cebcea79e57354de74fc103296 (patch)
tree30db5038e549e1b062644ed2bda07b5e3f188bdf /sys-libs/pwdb
parentold (diff)
downloadhistorical-90c940f4361575cebcea79e57354de74fc103296.tar.gz
historical-90c940f4361575cebcea79e57354de74fc103296.tar.bz2
historical-90c940f4361575cebcea79e57354de74fc103296.zip
touchup patch
Diffstat (limited to 'sys-libs/pwdb')
-rw-r--r--sys-libs/pwdb/Manifest7
-rw-r--r--sys-libs/pwdb/files/pwdb-0.62-use-gcc-as-linker.patch3
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-libs/pwdb/Manifest b/sys-libs/pwdb/Manifest
index b0264420c356..f2cded3130f9 100644
--- a/sys-libs/pwdb/Manifest
+++ b/sys-libs/pwdb/Manifest
@@ -1,7 +1,8 @@
MD5 97c58cf064760b2aeb64c91f73e4b647 ChangeLog 3918
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 7a17e8560e8f8e8efe9f9c87d5ebe774 pwdb-0.62.ebuild 1655
MD5 8cc9a65a57937cd962ff641cf94e40c3 files/digest-pwdb-0.62 61
MD5 0d0c7a6216f5cf079472dfe36ea9d71c files/passwd 143
+MD5 3ad2336f28a4adf24f2f11c4a76c396f files/pwdb-0.62-build.patch 370
MD5 bf4eb22a793eb0683d8c62b4677d66f8 files/pwdb-0.62-selinux.patch 10567
-MD5 f2d1888e60ba62137f53ed5378eb7e25 files/pwdb-0.62-use-gcc-as-linker.patch 508
+MD5 4f771531dffd4c3a0e43a96e8c265f1e files/pwdb-0.62-use-gcc-as-linker.patch 421
+MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 8dfab0867f2e426eb600b1d69fcf6fd4 pwdb-0.62.ebuild 1660
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) $@