summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-01-04 23:34:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-01-04 23:34:08 +0000
commit7b38920c151ece861de9979ac8b0bb60e4f8415b (patch)
tree08566dd2412627106148254ab891d0d7d9a5195f /sys-apps/keyutils/files
parentVersion bump, also fix bug #484452 (AR) and bug #421531 (checking kernel conf... (diff)
downloadgentoo-2-7b38920c151ece861de9979ac8b0bb60e4f8415b.tar.gz
gentoo-2-7b38920c151ece861de9979ac8b0bb60e4f8415b.tar.bz2
gentoo-2-7b38920c151ece861de9979ac8b0bb60e4f8415b.zip
Clean up old versions, stable has been in the tree for 11 months.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/keyutils/files')
-rw-r--r--sys-apps/keyutils/files/keyutils-1.2-makefile-fixup.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/keyutils/files/keyutils-1.2-makefile-fixup.patch b/sys-apps/keyutils/files/keyutils-1.2-makefile-fixup.patch
deleted file mode 100644
index 8110ec69d862..000000000000
--- a/sys-apps/keyutils/files/keyutils-1.2-makefile-fixup.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -Nuar keyutils-1.2.orig/Makefile keyutils-1.2/Makefile
---- keyutils-1.2.orig/Makefile 2008-06-06 19:35:39.750214054 -0700
-+++ keyutils-1.2/Makefile 2008-06-06 19:45:38.504078903 -0700
-@@ -72,10 +72,10 @@
- $(CC) $(CFLAGS) -fPIC -o $@ -c $<
-
-
--keyctl: keyctl.c keyutils.h Makefile
-+keyctl: keyctl.c keyutils.h Makefile $(DEVELLIB)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils -Wl,-rpath,$(LIB)
-
--request-key: request-key.c keyutils.h Makefile
-+request-key: request-key.c keyutils.h Makefile $(DEVELLIB)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L. -lkeyutils -Wl,-rpath,$(LIB)
-
-
-@@ -91,7 +91,7 @@
- $(INSTALL) -D $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(LIBNAME)
- $(LNS) $(LIBNAME) $(DESTDIR)$(LIBDIR)/$(SONAME)
- mkdir -p $(DESTDIR)$(USRLIBDIR)
-- $(LNS) $(LIBDIR)/$(SONAME) $(DESTDIR)$(USRLIBDIR)/$(DEVELLIB)
-+ $(LNS) $(SONAME) $(DESTDIR)$(LIBDIR)/$(DEVELLIB)
- $(INSTALL) -D keyctl $(DESTDIR)$(BINDIR)/keyctl
- $(INSTALL) -D request-key $(DESTDIR)$(SBINDIR)/request-key
- $(INSTALL) -D request-key-debug.sh $(DESTDIR)$(SHAREDIR)/request-key-debug.sh