Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 150285 Details for
Bug 219025
Review Request: ntop - A network traffic probe similar to the UNIX top command
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
use pkgconfig to find modules. add libs to LIBS and not LDFLAGS
ntop-fix.patch (text/plain), 1.18 KB, created by
Patrice Dumas
on 2007-03-16 22:43:18 UTC
(
hide
)
Description:
use pkgconfig to find modules. add libs to LIBS and not LDFLAGS
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2007-03-16 22:43:18 UTC
Size:
1.18 KB
patch
obsolete
>--- ntop/configureextra/LINUXfedora.fix 2007-03-16 22:54:56.000000000 +0100 >+++ ntop/configureextra/LINUXfedora 2007-03-16 22:59:31.000000000 +0100 >@@ -16,12 +16,12 @@ > # Note - this assumes you've installed the RH rpms: > # glib, glib-devel, libxml2, libxml2-devel > # and the gdome2 and gdome2-devel rpms from http://gdome2.cs.unibo.it/ >-if test -f /usr/lib/pkgconfig/glib-2.0.pc; then >- LDFLAGS="${LDFLAGS} "`pkg-config --libs glib-2.0` >+if pkg-config --exists --print-errors glib-2.0; then >+ LIBS="${LIBS} "`pkg-config --libs glib-2.0` > CPPFLAGS="${CPPFLAGS} "`pkg-config --cflags-only-I glib-2.0` > else > if test -f /usr/lib/libglib.so; then >- LDFLAGS="${LDFLAGS} -lglib" >+ LIBS="${LIBS} -lglib" > fi > if test -d /usr/include/glib-1.2; then > CPPFLAGS="${CPPFLAGS} -I/usr/include/glib-1.2" >@@ -33,8 +33,8 @@ > CPPFLAGS="${CPPFLAGS} -I/usr/lib/glib/include" > fi > fi >-if test -f /usr/lib/pkgconfig/gdome2.pc; then >- LDFLAGS="${LDFLAGS} "`pkg-config --libs gdome2` >+if pkg-config --exists --print-errors gdome2; then >+ LIBS="${LIBS} "`pkg-config --libs gdome2` > CPPFLAGS="${CPPFLAGS} "`pkg-config --cflags-only-I gdome2` > else > if test -d /usr/include/libgdome; then
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 219025
:
143230
|
143662
|
148350
|
148534
|
149182
|
149183
|
149782
|
150284
| 150285 |
150302
|
150840