[csw-devel] SF.net SVN: gar:[5940] csw/mgar/pkg/sudo/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Sat Aug 8 04:37:51 CEST 2009
Revision: 5940
http://gar.svn.sourceforge.net/gar/?rev=5940&view=rev
Author: valholla
Date: 2009-08-08 02:37:51 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
fix --with-project not to compile for Sol8
Modified Paths:
--------------
csw/mgar/pkg/sudo/trunk/Makefile
Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile 2009-08-08 02:33:48 UTC (rev 5939)
+++ csw/mgar/pkg/sudo/trunk/Makefile 2009-08-08 02:37:51 UTC (rev 5940)
@@ -41,7 +41,11 @@
CONFIGURE_ARGS += --with-logging=both
CONFIGURE_ARGS += --with-ignore-dot
CONFIGURE_ARGS += --with-env-editor
-CONFIGURE_ARGS += --with-project
+CONFIGURE_ARGS += --disable-path-info
+CONFIGURE_ARGS += --with-logpath=/var/opt/csw/sudo/logs/sudolog
+ifneq ($(GAROSREL),5.8)
+ CONFIGURE_ARGS += --with-project
+endif
TEST_TARGET = check
FIXCONFIG_DIRS = $(DESTDIR)$(libexecdir)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list