Revision: 6170
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6170&view=rev
Author:   owes
Date:     2011-12-21 07:02:11 +0000 (Wed, 21 Dec 2011)
Log Message:
-----------
without --with-sqlite3=/usr ulogd_SQLITE.so is not built.
Stick with IP as string. We will probably drop ulogd in the not to far away 
future, and replace with something better/different." 

Modified Paths:
--------------
    ipcop/trunk/lfs/ulogd

Modified: ipcop/trunk/lfs/ulogd
===================================================================
--- ipcop/trunk/lfs/ulogd       2011-12-20 22:27:40 UTC (rev 6169)
+++ ipcop/trunk/lfs/ulogd       2011-12-21 07:02:11 UTC (rev 6170)
@@ -87,11 +87,13 @@
        rm -f /var/ipcop/traffic/empty-ulogd.db
        rm -f /var/log/traffic/ulogd.db
 
-       # --with-sqlite3-log-ip-as-string is discouraged, could we remove that?
+       # --with-sqlite3-log-ip-as-string is discouraged,
+       # but we currently use strings for IP addresses in the sqlite3 DB
        cd $(DIR_APP) && ./configure \
                                --prefix=/usr \
                                --sysconfdir=/etc \
                                --disable-static \
+                               --with-sqlite3=/usr \
                                --with-sqlite3-log-ip-as-string
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to