libselinux/libselinux-rhat.patch

37 lines
945 B
Diff
Raw Normal View History

2006-01-14 05:05:19 +00:00
diff --exclude-from=exclude -N -u -r nsalibselinux/Makefile libselinux-1.29.5/Makefile
--- nsalibselinux/Makefile 2005-02-09 17:04:51.000000000 -0500
+++ libselinux-1.29.5/Makefile 2006-01-13 23:54:13.000000000 -0500
@@ -2,12 +2,18 @@
$(MAKE) -C src
$(MAKE) -C utils
+pywrap:
+ $(MAKE) -C src pywrap
2005-12-20 14:44:43 +00:00
+
2006-01-14 05:05:19 +00:00
install:
$(MAKE) -C include install
$(MAKE) -C src install
$(MAKE) -C utils install
$(MAKE) -C man install
+install-pywrap:
+ $(MAKE) -C src install-pywrap
2005-12-20 14:44:43 +00:00
+
2006-01-14 05:05:19 +00:00
relabel:
$(MAKE) -C src relabel
2005-12-20 14:44:43 +00:00
2006-01-14 05:05:19 +00:00
diff --exclude-from=exclude -N -u -r nsalibselinux/src/Makefile libselinux-1.29.5/src/Makefile
--- nsalibselinux/src/Makefile 2006-01-04 10:37:34.000000000 -0500
+++ libselinux-1.29.5/src/Makefile 2006-01-13 23:54:50.000000000 -0500
@@ -26,7 +26,9 @@
2005-12-20 14:44:43 +00:00
2006-01-14 05:05:19 +00:00
SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
-all: $(LIBA) $(LIBSO) $(SWIGSO)
+all: $(LIBA) $(LIBSO)
+
+pywrap: $(SWIGSO)
2005-12-20 14:44:43 +00:00
2006-01-14 05:05:19 +00:00
$(LIBA): $(OBJS)
$(AR) rcs $@ $^