public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-apps/gradm/files: gradm-2.2.1.201012301333.patch
@ 2011-01-02 22:50 99% Anthony G. Basile (blueness)
  0 siblings, 0 replies; 1+ results
From: Anthony G. Basile (blueness) @ 2011-01-02 22:50 UTC (permalink / raw
  To: gentoo-commits

blueness    11/01/02 22:50:15

  Added:                gradm-2.2.1.201012301333.patch
  Log:
  Version bump
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/gradm/files/gradm-2.2.1.201012301333.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/files/gradm-2.2.1.201012301333.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gradm/files/gradm-2.2.1.201012301333.patch?rev=1.1&content-type=text/plain

Index: gradm-2.2.1.201012301333.patch
===================================================================
--- 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 ; \






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-02 22:50 99% [gentoo-commits] gentoo-x86 commit in sys-apps/gradm/files: gradm-2.2.1.201012301333.patch Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox