From: <ssm...@us...> - 2007-04-13 18:06:48
|
Revision: 2357 http://svn.sourceforge.net/selinux/?rev=2357&view=rev Author: ssmalley Date: 2007-04-13 11:06:47 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Ported r2355 (fix build) from trunk. Modified Paths: -------------- branches/stable/1_0/checkpolicy/test/Makefile branches/stable/1_0/policycoreutils/secon/Makefile Modified: branches/stable/1_0/checkpolicy/test/Makefile =================================================================== --- branches/stable/1_0/checkpolicy/test/Makefile 2007-04-13 18:05:27 UTC (rev 2356) +++ branches/stable/1_0/checkpolicy/test/Makefile 2007-04-13 18:06:47 UTC (rev 2357) @@ -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/stable/1_0/policycoreutils/secon/Makefile =================================================================== --- branches/stable/1_0/policycoreutils/secon/Makefile 2007-04-13 18:05:27 UTC (rev 2356) +++ branches/stable/1_0/policycoreutils/secon/Makefile 2007-04-13 18:06:47 UTC (rev 2357) @@ -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. |