[csw-devel] SF.net SVN: gar:[5943] csw/mgar/pkg/sudo_ldap/trunk/Makefile

valholla at users.sourceforge.net valholla at users.sourceforge.net
Sat Aug 8 05:06:16 CEST 2009


Revision: 5943
          http://gar.svn.sourceforge.net/gar/?rev=5943&view=rev
Author:   valholla
Date:     2009-08-08 03:06:16 +0000 (Sat, 08 Aug 2009)

Log Message:
-----------
fix ifndef

Modified Paths:
--------------
    csw/mgar/pkg/sudo_ldap/trunk/Makefile

Modified: csw/mgar/pkg/sudo_ldap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo_ldap/trunk/Makefile	2009-08-08 02:54:46 UTC (rev 5942)
+++ csw/mgar/pkg/sudo_ldap/trunk/Makefile	2009-08-08 03:06:16 UTC (rev 5943)
@@ -38,7 +38,7 @@
 CONFIGURE_ARGS += --with-ldap-conf-file=$(sysconfdir)/ldap.conf
 CONFIGURE_ARGS += --disable-path-info
 CONFIGURE_ARGS += --with-logpath=/var/opt/csw/sudo/logs/sudolog
-ifneq ($(GAROSREL),5.8)
+ifneq ($(shell uname -r),5.8)
     CONFIGURE_ARGS += --with-project
 endif
 


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