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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Apr 14 02:26:17 CEST 2011


Revision: 14170
          http://gar.svn.sourceforge.net/gar/?rev=14170&view=rev
Author:   bdwalton
Date:     2011-04-14 00:26:17 +0000 (Thu, 14 Apr 2011)

Log Message:
-----------
bacula/trunk: correct typo in mysql5 extra lib addition, extend that path to be lib/mysql

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

Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile	2011-04-13 22:36:43 UTC (rev 14169)
+++ csw/mgar/pkg/bacula/trunk/Makefile	2011-04-14 00:26:17 UTC (rev 14170)
@@ -51,7 +51,7 @@
 CONFIGURE_ARGS += --enable-tray-monitor
 
 EXTRA_INC += $(includedir)/ncursesw
-EXTRA_LIB += $(libdir)/ncursesw ($prefix)/mysql5/lib
+EXTRA_LIB += $(libdir)/ncursesw $(prefix)/mysql5/lib/mysql
 
 # 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