summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-02-18 18:50:52 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-02-18 18:50:52 +0000
commit52d8ad084c8dba0101040da104a182bb15732106 (patch)
tree3d25fbfaf0b13611874fd5d69ecef30558a0254b /sys-apps/gradm/files
parentStable for amd64, wrt bug #458122 (diff)
downloadgentoo-2-52d8ad084c8dba0101040da104a182bb15732106.tar.gz
gentoo-2-52d8ad084c8dba0101040da104a182bb15732106.tar.bz2
gentoo-2-52d8ad084c8dba0101040da104a182bb15732106.zip
Drop 2.2.1 branch, no hardened-sources needs it
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/gradm/files')
-rw-r--r--sys-apps/gradm/files/gradm-2.2.1.201012301333.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/gradm/files/gradm-2.2.1.201012301333.patch b/sys-apps/gradm/files/gradm-2.2.1.201012301333.patch
deleted file mode 100644
index b702e059b713..000000000000
--- a/sys-apps/gradm/files/gradm-2.2.1.201012301333.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.orig 2010-08-13 21:39:07.000000000 -0400
-+++ Makefile 2010-08-13 21:40:54.000000000 -0400
-@@ -18,16 +18,16 @@
- BISON=/usr/bin/bison
- #YACC := $(shell if [ -x $(BYACC) ]; then echo $(BYACC); else echo $(BISON); fi)
- YACC=$(BISON)
--MKNOD=/bin/mknod
-+MKNOD=true
- #for dietlibc
- #CC=/usr/bin/diet /usr/bin/gcc
- CC=/usr/bin/gcc
- FIND=/usr/bin/find
--STRIP=/usr/bin/strip
-+STRIP=true
- LIBS := $(shell if [ "`uname -m`" != "sparc64" ]; then echo "-lfl" ; else echo "" ; fi)
- OPT_FLAGS := $(shell if [ "`uname -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo "-O2" ; else echo "-O2 -m64" ; fi)
- CFLAGS := $(OPT_FLAGS) -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE
--LDFLAGS=
-+LDFLAGS+=
- INSTALL = /usr/bin/install -c
-
- # FHS
-@@ -134,6 +134,7 @@
- $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \
- fi \
- fi
-+ @mkdir -p $(DESTDIR)/etc/udev/rules.d
- @if [ -d $(DESTDIR)/etc/udev/rules.d ] ; then \
- echo "ACTION!=\"add|change\", GOTO=\"permissions_end\"" > $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \
- echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \