Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342060 Details for
Bug 426868
app-admin/ulogd-2.0.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ulogd-2.0.2-automagic.patch
ulogd-2.0.2-automagic.patch (text/plain), 1.83 KB, created by
Coacher
on 2013-03-14 23:47:32 UTC
(
hide
)
Description:
ulogd-2.0.2-automagic.patch
Filename:
MIME Type:
Creator:
Coacher
Created:
2013-03-14 23:47:32 UTC
Size:
1.83 KB
patch
obsolete
>--- configure.ac.orig 2013-03-01 19:45:23.285968838 +0400 >+++ configure.ac 2013-03-15 03:38:50.587620528 +0400 >@@ -20,14 +20,6 @@ AC_PROG_LIBTOOL > dnl Checks for libraries. > AC_SEARCH_LIBS([dlopen], [dl], [libdl_LIBS="$LIBS"; LIBS=""]) > AC_SUBST([libdl_LIBS]) >-AC_SEARCH_LIBS([pcap_close], [pcap], [libpcap_LIBS="-lpcap"; LIBS=""]) >-AC_SUBST([libpcap_LIBS]) >-AM_CONDITIONAL([HAVE_PCAP], [test -n "$libpcap_LIBS"]) >-if test "x$libpcap_LIBS" != "x"; then >- enable_pcap="yes" >-else >- enable_pcap="no" >-fi > > dnl Checks for header files. > AC_HEADER_DIRENT >@@ -88,7 +80,10 @@ else > enable_mysql="no" > fi > >-PKG_CHECK_MODULES([libsqlite3], [sqlite3], [], [:]) >+AC_ARG_WITH([sqlite], AS_HELP_STRING([--without-sqlite], [Build without SQLITE3 output plugin (default: test)])) >+AS_IF([test "x$with_sqlite" != "xno"], [ >+ PKG_CHECK_MODULES([libsqlite3], [sqlite3], [], [:]) >+]) > AM_CONDITIONAL([HAVE_SQLITE3], [test -n "$libsqlite3_LIBS"]) > if test "x$libsqlite3_LIBS" != "x"; then > enable_sqlite3="yes" >@@ -96,7 +91,10 @@ else > enable_sqlite3="no" > fi > >-CT_CHECK_DBI() >+AC_ARG_WITH([dbi], AS_HELP_STRING([--without-dbi], [Build without DBI output plugin (default: test)])) >+AS_IF([test "x$with_dbi" != "xno"], [ >+ CT_CHECK_DBI() >+]) > AM_CONDITIONAL(HAVE_DBI, test "x$DBI_LIB" != "x") > if test "x$DBI_LIB" != "x"; then > enable_dbi="yes" >@@ -104,6 +102,18 @@ else > enable_dbi="no" > fi > >+AC_ARG_WITH([pcap], AS_HELP_STRING([--without-pcap], [Build without PCAP output plugin (default: test)])) >+AS_IF([test "x$with_pcap" != "xno"], [ >+ AC_SEARCH_LIBS([pcap_close], [pcap], [libpcap_LIBS="-lpcap"; LIBS=""]) >+ AC_SUBST([libpcap_LIBS]) >+]) >+AM_CONDITIONAL([HAVE_PCAP], [test -n "$libpcap_LIBS"]) >+if test "x$libpcap_LIBS" != "x"; then >+ enable_pcap="yes" >+else >+ enable_pcap="no" >+fi >+ > dnl AC_SUBST(DATABASE_DIR) > dnl AC_SUBST(DATABASE_LIB) > dnl AC_SUBST(DATABASE_LIB_DIR)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426868
:
332248
|
332250
|
332252
|
334068
|
334070
|
334218
|
335054
|
340988
|
340990
|
340992
|
340996
| 342060 |
342062
|
342630
|
342634
|
342712