Revision: 6168
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6168&view=rev
Author:   gespinasse
Date:     2011-12-19 07:37:11 +0000 (Mon, 19 Dec 2011)
Log Message:
-----------
Remove two unneeded --without options (mysql and pgsql) as they are not present 
for sure in the chroot.
This remove two configure warnings.

Remove --without-pcap as that didn't work that way and ulogd_PCAP was compiled

Remove --with-sqlite3=/usr as sqlite is still found without that option.

Add a comment concerning --with-sqlite3-log-ip-as-string as log show it is 
discouraged to use that.
I would need to test before removing that option (that Fedora did not use when 
using 1.24).

Fedora has a few patches for 1.24, I would need to test (particulary the 
fortify patch)

Removing all those configure options change nothing in produced code.

Align the remaining options right to configure (when using true tab value)

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

Modified: ipcop/trunk/lfs/ulogd
===================================================================
--- ipcop/trunk/lfs/ulogd       2011-12-17 17:42:55 UTC (rev 6167)
+++ ipcop/trunk/lfs/ulogd       2011-12-19 07:37:11 UTC (rev 6168)
@@ -82,18 +82,17 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+
        # remove database(s) in case of a partial build
        rm -f /var/ipcop/traffic/empty-ulogd.db
        rm -f /var/log/traffic/ulogd.db
 
-       cd $(DIR_APP) && ./configure --prefix=/usr \
-                                                                               
                        --sysconfdir=/etc \
-                                                                               
                        --disable-static \
-                                                                               
                        --without-mysql \
-                                                                               
                        --without-pcap \
-                                                                               
                        --without-pgsql \
-                                                                               
                        --with-sqlite3-log-ip-as-string \
-                                                                               
                        --with-sqlite3=/usr
+       # --with-sqlite3-log-ip-as-string is discouraged, could we remove that?
+       cd $(DIR_APP) && ./configure \
+                               --prefix=/usr \
+                               --sysconfdir=/etc \
+                               --disable-static \
+                               --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.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to