|
From: <ssm...@us...> - 2007-04-13 18:05:30
|
Revision: 2356
http://svn.sourceforge.net/selinux/?rev=2356&view=rev
Author: ssmalley
Date: 2007-04-13 11:05:27 -0700 (Fri, 13 Apr 2007)
Log Message:
-----------
Ported r2355 (fix build) from trunk.
Modified Paths:
--------------
branches/policyrep/checkpolicy/test/Makefile
branches/policyrep/policycoreutils/secon/Makefile
Modified: branches/policyrep/checkpolicy/test/Makefile
===================================================================
--- branches/policyrep/checkpolicy/test/Makefile 2007-04-13 18:03:12 UTC (rev 2355)
+++ branches/policyrep/checkpolicy/test/Makefile 2007-04-13 18:05:27 UTC (rev 2356)
@@ -9,7 +9,7 @@
CFLAGS ?= -g -Wall -O2 -pipe
override CFLAGS += -I$(INCLUDEDIR)
-LDLIBS=-lfl -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
+LDLIBS=-lfl -lsepol -lselinux $(LIBDIR)/libsepol.a -L$(LIBDIR)
all: dispol dismod
Modified: branches/policyrep/policycoreutils/secon/Makefile
===================================================================
--- branches/policyrep/policycoreutils/secon/Makefile 2007-04-13 18:03:12 UTC (rev 2355)
+++ branches/policyrep/policycoreutils/secon/Makefile 2007-04-13 18:05:27 UTC (rev 2356)
@@ -9,7 +9,7 @@
VERSION = $(shell cat ../VERSION)
CFLAGS ?= $(WARNS) -O1
override CFLAGS += -DVERSION=\"$(VERSION)\" -I$(INCLUDEDIR)
-LDLIBS = -lselinux -L$(LIBDIR)
+LDLIBS = -lsepol -lselinux -L$(LIBDIR)
all: secon
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|