[csw-devel] SF.net SVN: gar:[16028] csw/mgar/pkg/bacula/branches/5.2.0-beta/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Oct 28 03:54:45 CEST 2011


Revision: 16028
          http://gar.svn.sourceforge.net/gar/?rev=16028&view=rev
Author:   bdwalton
Date:     2011-10-28 01:54:45 +0000 (Fri, 28 Oct 2011)
Log Message:
-----------
bacula/branches/5.2.0-beta: update configure args and drop extra linker flags (for now); configure reports supporting both pgsql and mysql!!

Modified Paths:
--------------
    csw/mgar/pkg/bacula/branches/5.2.0-beta/Makefile

Modified: csw/mgar/pkg/bacula/branches/5.2.0-beta/Makefile
===================================================================
--- csw/mgar/pkg/bacula/branches/5.2.0-beta/Makefile	2011-10-28 00:51:52 UTC (rev 16027)
+++ csw/mgar/pkg/bacula/branches/5.2.0-beta/Makefile	2011-10-28 01:54:45 UTC (rev 16028)
@@ -212,7 +212,8 @@
 CONFIGURE_ARGS += --with-python=$(prefix)
 CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix)
 CONFIGURE_ARGS += --with-openssl=$(prefix)
-CONFIGURE_ARGS += --with-mysql=$(prefix)/mysql5
+CONFIGURE_ARGS += --with-mysql=$(prefix)
+CONFIGURE_ARGS += --with-postgresql=$(prefix)/postgresql
 CONFIGURE_ARGS += --with-scriptdir=$(sysconfdir)/scripts
 CONFIGURE_ARGS += --with-logdir=$(localstatedir)/log/$(NAME)
 CONFIGURE_ARGS += --with-pid-dir=$(localstatedir)/run
@@ -233,7 +234,7 @@
 
 EXTRA_INC += $(includedir)/ncursesw
 EXTRA_LIB += $(prefix)/lib/ncursesw $(prefix)/mysql5/lib/mysql
-EXTRA_LINKER_FLAGS = -norunpath
+#EXTRA_LINKER_FLAGS = -norunpath
 
 # no tests supplied.
 TEST_SCRIPTS =

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