Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117376 Details for
Bug 176213
net-analyzer/sflowtool - add support for mysql storage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Configure patch for --with-mysql option
sflowtool-configure-3.10-r1.patch (text/plain), 837 bytes, created by
Juan Pedro Escalona Rueda
on 2007-04-27 08:05:45 UTC
(
hide
)
Description:
Configure patch for --with-mysql option
Filename:
MIME Type:
Creator:
Juan Pedro Escalona Rueda
Created:
2007-04-27 08:05:45 UTC
Size:
837 bytes
patch
obsolete
>diff -urN sflowtool-3.10/configure.orig sflowtool-3.10/configure >--- sflowtool-3.10/configure.orig 2007-04-26 22:29:56.000000000 +0200 >+++ sflowtool-3.10/configure 2007-04-26 22:33:50.000000000 +0200 >@@ -580,6 +580,9 @@ > -v | -verbose | --verbose | --verbos | --verbo | --verb) > verbose=yes ;; > >+ --with-mysql) >+ WITH_MYSQL=1 ;; >+ > -version | --version | --versio | --versi | --vers | -V) > ac_init_version=: ;; > >@@ -1268,7 +1271,7 @@ > > > PACKAGE=sflowtool >-VERSION=3.10 >+VERSION=3.10-r1 > am__api_version="1.6" > ac_aux_dir= > for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do >@@ -4238,7 +4241,12 @@ > }' > fi > >-DEFS=-DHAVE_CONFIG_H >+if test -n "$WITH_MYSQL"; then >+ DEFS="-DHAVE_CONFIG_H -DHAVE_LIBMYSQLCLIENT=1 -DWITH_MYSQL=1"; >+ LIBS="-lmysqlclient"; >+else >+ DEFS="-DHAVE_CONFIG_H"; >+fi > > ac_libobjs= > ac_ltlibobjs=
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 176213
:
117375
| 117376 |
117378
|
117380
|
117381
|
117383
|
117385
|
117386