diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-12-16 20:44:58 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-12-16 20:44:58 +0000 |
commit | 5f7a8e1db013e3b2fd2d2f8685557e7866cc9484 (patch) | |
tree | ffb6b45b3e5e5c6e1d232260ce7bc6ffab44da9c /sys-apps/policycoreutils/files | |
parent | mark stable (diff) | |
download | gentoo-2-5f7a8e1db013e3b2fd2d2f8685557e7866cc9484.tar.gz gentoo-2-5f7a8e1db013e3b2fd2d2f8685557e7866cc9484.tar.bz2 gentoo-2-5f7a8e1db013e3b2fd2d2f8685557e7866cc9484.zip |
mark stable
Diffstat (limited to 'sys-apps/policycoreutils/files')
-rw-r--r-- | sys-apps/policycoreutils/files/digest-policycoreutils-1.2-r2 | 1 | ||||
-rw-r--r-- | sys-apps/policycoreutils/files/policycoreutils-1.2-gentoo.diff | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/sys-apps/policycoreutils/files/digest-policycoreutils-1.2-r2 b/sys-apps/policycoreutils/files/digest-policycoreutils-1.2-r2 deleted file mode 100644 index a37a7192219c..000000000000 --- a/sys-apps/policycoreutils/files/digest-policycoreutils-1.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 eca60ac3947353128e226f64cb9adc55 policycoreutils-1.2.tgz 30179 diff --git a/sys-apps/policycoreutils/files/policycoreutils-1.2-gentoo.diff b/sys-apps/policycoreutils/files/policycoreutils-1.2-gentoo.diff deleted file mode 100644 index 8fe90835b9a7..000000000000 --- a/sys-apps/policycoreutils/files/policycoreutils-1.2-gentoo.diff +++ /dev/null @@ -1,48 +0,0 @@ -diff -urN policycoreutils-1.2.orig/load_policy/Makefile policycoreutils-1.2/load_policy/Makefile ---- policycoreutils-1.2.orig/load_policy/Makefile 2003-08-27 11:07:11.000000000 -0500 -+++ policycoreutils-1.2/load_policy/Makefile 2003-10-02 14:20:37.000000000 -0500 -@@ -3,7 +3,7 @@ - SBINDIR ?= $(PREFIX)/sbin - LOCALEDIR ?= /usr/share/locale - --CFLAGS = -Wall -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" -+CFLAGS = -Wall $(EXTRA_CFLAGS) -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" - LDLIBS += -lselinux - - # Build static so that we can put it on an initrd. -diff -urN policycoreutils-1.2.orig/newrole/Makefile policycoreutils-1.2/newrole/Makefile ---- policycoreutils-1.2.orig/newrole/Makefile 2003-08-27 11:07:12.000000000 -0500 -+++ policycoreutils-1.2/newrole/Makefile 2003-10-02 14:21:03.000000000 -0500 -@@ -5,7 +5,7 @@ - ETCDIR ?= $(DESTDIR)/etc - LOCALEDIR = /usr/share/locale - --CFLAGS = -Wall -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" -+CFLAGS = -Wall $(EXTRA_CFLAGS) -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" - override CFLAGS += -DUSE_PAM - LDLIBS += -lselinux -lattr -ldl -lpam -lpam_misc - -diff -urN policycoreutils-1.2.orig/run_init/Makefile policycoreutils-1.2/run_init/Makefile ---- policycoreutils-1.2.orig/run_init/Makefile 2003-08-27 11:07:16.000000000 -0500 -+++ policycoreutils-1.2/run_init/Makefile 2003-10-02 14:21:20.000000000 -0500 -@@ -6,7 +6,7 @@ - ETCDIR ?= $(DESTDIR)/etc - LOCALEDIR ?= /usr/share/locale - --CFLAGS = -Wall -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" -+CFLAGS = -Wall $(EXTRA_CFLAGS) -DLOCALEDIR="\"$(LOCALEDIR)\"" -DPACKAGE="\"policycoreutils\"" - override CFLAGS += -DUSE_PAM - LDLIBS += -lselinux -lattr -ldl -lpam -lpam_misc - -diff -urN policycoreutils-1.2.orig/setfiles/Makefile policycoreutils-1.2/setfiles/Makefile ---- policycoreutils-1.2.orig/setfiles/Makefile 2003-08-27 10:36:27.000000000 -0500 -+++ policycoreutils-1.2/setfiles/Makefile 2003-10-02 14:21:37.000000000 -0500 -@@ -3,7 +3,7 @@ - SBINDIR ?= $(PREFIX)/sbin - MANDIR = $(PREFIX)/share/man - --CFLAGS = -Wall -+CFLAGS = -Wall $(EXTRA_CFLAGS) - override CFLAGS += -D_FILE_OFFSET_BITS=64 - LDLIBS += -lselinux -lattr - |