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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Apr 15 15:25:40 CEST 2011


Revision: 14205
          http://gar.svn.sourceforge.net/gar/?rev=14205&view=rev
Author:   bdwalton
Date:     2011-04-15 13:25:40 +0000 (Fri, 15 Apr 2011)

Log Message:
-----------
bacula/trunk: use prefix/lib instead if libdir for ncurses stuff now that we override libdir

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

Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile	2011-04-15 12:59:42 UTC (rev 14204)
+++ csw/mgar/pkg/bacula/trunk/Makefile	2011-04-15 13:25:40 UTC (rev 14205)
@@ -143,7 +143,7 @@
 CONFIGURE_ARGS += --enable-tray-monitor
 
 EXTRA_INC += $(includedir)/ncursesw
-EXTRA_LIB += $(libdir)/ncursesw $(prefix)/mysql5/lib/mysql
+EXTRA_LIB += $(prefix)/lib/ncursesw $(prefix)/mysql5/lib/mysql
 EXTRA_LINKER_FLAGS = -norunpath
 
 # no tests supplied.


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