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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Tue Apr 12 21:14:42 CEST 2011


Revision: 14151
          http://gar.svn.sourceforge.net/gar/?rev=14151&view=rev
Author:   bdwalton
Date:     2011-04-12 19:14:42 +0000 (Tue, 12 Apr 2011)

Log Message:
-----------
bacula/trunk: enable full readline in favour of conio (requires extra inc/lib dirs)

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

Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile	2011-04-12 18:42:39 UTC (rev 14150)
+++ csw/mgar/pkg/bacula/trunk/Makefile	2011-04-12 19:14:42 UTC (rev 14151)
@@ -20,6 +20,8 @@
 CONFIGURE_ARGS += --with-working-dir=$(localstatedir)/$(NAME)/working
 CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix)
 CONFIGURE_ARGS += --with-libintl-prefix=$(prefix)
+CONFIGURE_ARGS += --disable-conio
+CONFIGURE_ARGS += --enable-readline
 CONFIGURE_ARGS += --with-readline=$(prefix)
 CONFIGURE_ARGS += --with-python=$(prefix)
 CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix)
@@ -31,6 +33,9 @@
 CONFIGURE_ARGS += --with-subsys-dir=$(localstatedir)/run/subsys
 CONFIGURE_ARGS += --enable-tray-monitor
 
+EXTRA_INC += $(includedir)/ncursesw/
+EXTRA_LIB += $(libdir)/ncursesw/
+
 # 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