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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Sep 30 22:00:06 CEST 2011


Revision: 15816
          http://gar.svn.sourceforge.net/gar/?rev=15816&view=rev
Author:   dmichelsen
Date:     2011-09-30 20:00:06 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
proftpd: Fix configure environment to use the default again

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

Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2011-09-30 19:52:27 UTC (rev 15815)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2011-09-30 20:00:06 UTC (rev 15816)
@@ -37,10 +37,8 @@
 
 MIGRATE_FILES   = proftpd.conf
 
-CONFIGURE_ENV   = install_user=$(USER) install_group=csw
-CONFIGURE_ENV  += PATH=/usr/ccs/bin:/bin
-CONFIGURE_ENV  += CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
-CONFIGURE_ENV  += LD_LIBRARY_PATH="$(libdir)"
+EXTRA_CONFIGURE_ENV   = install_user=$(USER) install_group=csw
+EXTRA_CONFIGURE_ENV  += LD_LIBRARY_PATH="$(libdir)"
 EXTRA_LIB       = $(prefix)/mysql5/lib/mysql
 
 NODIRPATHS      = --localstatedir --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