Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338238 Details for
Bug 455984
net-firewall/ipt_netflow-1.8 - configure fails with dev-util/pkgconfig-0.28
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ipt_netflow-1.8-configure.patch
ipt_netflow-1.8-configure.patch (text/plain), 760 bytes, created by
Jeroen Roovers (RETIRED)
on 2013-02-07 15:00:27 UTC
(
hide
)
Description:
ipt_netflow-1.8-configure.patch
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2013-02-07 15:00:27 UTC
Size:
760 bytes
patch
obsolete
>--- a/configure >+++ b/configure >@@ -11,10 +11,7 @@ > test "$IPTSRC" || return 1 > > echo -n "Checking iptables sources version: " >- SRC="$IPTSRC/Makefile" >- test -s "$SRC" || error "Please build iptables first." >- VER=`sed -n 's/^\(IPTABLES_\)\?VERSION[ :]= \?//p' "$SRC"` >- test "$VER" || error "Unknown version of iptables." >+ VER=`pkg-config --modversion xtables` > if [ "$VER" = "$IPTVER" ]; then > echo "$VER (ok)" > else >@@ -155,7 +152,7 @@ > iptables_pkg_config() { > if [ ! "$PKGVER" ]; then > echo -n "pkg-config for version $IPTVER exists: " >- PKGVER=`pkg-config --exact-version=$IPTVER --modversion xtables 2>/dev/null` >+ PKGVER=`pkg-config --modversion xtables 2>/dev/null` > if [ $? = 0 ]; then > echo "Yes" > else
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 455984
:
338206
|
338208
| 338238