summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2010-11-02 18:00:25 +0000
committerAnthony G. Basile <blueness@gentoo.org>2010-11-02 18:00:25 +0000
commitcb81f8c1abba4dc8e15abe5a2dd2a9546562ccd9 (patch)
treeffbb6cc93790538788a314f657e31c0226bf0048 /sys-apps/gradm/files
parenthardened-sources-2.6.32-r24 based on 2.6.32.25 + genpatches + grsecurity-2.2.... (diff)
downloadgentoo-2-cb81f8c1abba4dc8e15abe5a2dd2a9546562ccd9.tar.gz
gentoo-2-cb81f8c1abba4dc8e15abe5a2dd2a9546562ccd9.tar.bz2
gentoo-2-cb81f8c1abba4dc8e15abe5a2dd2a9546562ccd9.zip
Version bump
(Portage version: 2.1.9.16/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gradm/files')
-rw-r--r--sys-apps/gradm/files/gradm-2.2.0.201010311752.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys-apps/gradm/files/gradm-2.2.0.201010311752.patch b/sys-apps/gradm/files/gradm-2.2.0.201010311752.patch
new file mode 100644
index 000000000000..b8d892816582
--- /dev/null
+++ b/sys-apps/gradm/files/gradm-2.2.0.201010311752.patch
@@ -0,0 +1,30 @@
+--- 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) -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 ; \