Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2006 21:36:57 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109995 for review
Message-ID:  <200611142136.kAELavmr077690@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109995

Change 109995 by millert@millert_g5tower on 2006/11/14 21:36:21

	Use $(EXPORT_HDRS), $(DARWIN_ROOT) and $(SOURCE_ROOT) for
	SEDarwin plugin.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/osx_cmds/MAC.loginPlugin/MAC.loginPlugin.xcode/project.pbxproj#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/osx_cmds/MAC.loginPlugin/MAC.loginPlugin.xcode/project.pbxproj#3 (text+ko) ====

@@ -81,8 +81,8 @@
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
 				INFOPLIST_FILE = plugins/SEDarwin/Info.plist;
-				OTHER_CFLAGS = "-I../../$(XNU)/BUILD/obj/EXPORT_HDRS/bsd -I../../$(XNU)/BUILD/obj/EXPORT_HDRS/security -I../../../policies/sedarwin/libselinux/include";
-				OTHER_LDFLAGS = "-framework Foundation -framework AppKit -L../../../policies/sedarwin/libselinux/src -lselinux -L../../../policies/sedarwin/libsepol/src -lsepol -L../../../policies/sedarwin/libsecompat -lsecompat -L../../libmac -lmac";
+				OTHER_CFLAGS = "-I$(EXPORT_HDRS)/bsd -I$(EXPORT_HDRS)/security -I$(SOURCE_ROOT)/policies/sedarwin/libselinux/include";
+				OTHER_LDFLAGS = "-framework Foundation -framework AppKit -L$(SOURCE_ROOT)/policies/sedarwin/libselinux/src -lselinux -L$(SOURCE_ROOT)/policies/sedarwin/libsepol/src -lsepol -L$(SOURCE_ROOT)/policies/sedarwin/libsecompat -lsecompat -L$(DARWIN_ROOT)/libmac -lmac";
 				OTHER_REZFLAGS = "";
 				PRODUCT_NAME = SEDarwin;
 				SECTORDER_FLAGS = "";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611142136.kAELavmr077690>