[csw-devel] SF.net SVN: gar:[7799] csw/mgar/pkg/sqlite3/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Dec 31 02:28:03 CET 2009


Revision: 7799
          http://gar.svn.sourceforge.net/gar/?rev=7799&view=rev
Author:   wahwah
Date:     2009-12-31 01:28:03 +0000 (Thu, 31 Dec 2009)

Log Message:
-----------
sqlite3: Adding readline support

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

Property Changed:
----------------
    csw/mgar/pkg/sqlite3/trunk/


Property changes on: csw/mgar/pkg/sqlite3/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2-checkpkg


Modified: csw/mgar/pkg/sqlite3/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sqlite3/trunk/Makefile	2009-12-31 00:54:50 UTC (rev 7798)
+++ csw/mgar/pkg/sqlite3/trunk/Makefile	2009-12-31 01:28:03 UTC (rev 7799)
@@ -33,15 +33,20 @@
 PKGFILES_CSWsqlite3 = $(bindir)/.*
 PKGFILES_CSWsqlite3devel = $(PKGFILES_DEVEL)
 
-REQUIRED_PKGS_CSWsqlite3 = CSWsqlite3rt
+REQUIRED_PKGS_CSWsqlite3  = CSWsqlite3rt
+REQUIRED_PKGS_CSWsqlite3 += CSWreadline
+REQUIRED_PKGS_CSWsqlite3 += CSWncurses
 REQUIRED_PKGS_CSWsqlite3devel = CSWsqlite3
 
+PREREQUISITE_PKGS = CSWreadline CSWncurses
+
 BUILD64 = 1
 NO_ISAEXEC = 1
 
 # Make configure options
 CONFIGURE_ARGS = $(DIRPATHS)
-CONFIGURE_ARGS += --enable-threadsafe --disable-debug 
+CONFIGURE_ARGS += --enable-threadsafe --disable-debug
+CONFIGURE_ARGS += --with-readline-inc="-I/opt/csw/include/readline"
 
 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