[iptables] libxtables: add -I/-L flags to pkgconfig files

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Thu Mar 19 11:06:11 CET 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=467e72c34e3285ba42c839f48b7580e7ab11f51a
commit 467e72c34e3285ba42c839f48b7580e7ab11f51a
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Thu Mar 19 10:38:41 2009 +0100
Commit:     Jan Engelhardt <jengelh at medozas.de>
CommitDate: Thu Mar 19 10:57:52 2009 +0100

    libxtables: add -I/-L flags to pkgconfig files
    
    These are needed in case iptables gets installed into a non-standard
    path. It also enables automatic detection of these locations from 3rd
    party programs via pkgconfig.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
       via  467e72c34e3285ba42c839f48b7580e7ab11f51a (commit)
      from  71bc61f926ca2d8ec57d9fbd698c2af32c9a9f64 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 467e72c34e3285ba42c839f48b7580e7ab11f51a
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Thu Mar 19 10:38:41 2009 +0100

    libxtables: add -I/-L flags to pkgconfig files
    
    These are needed in case iptables gets installed into a non-standard
    path. It also enables automatic detection of these locations from 3rd
    party programs via pkgconfig.
    
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

-----------------------------------------------------------------------

 xtables.pc.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
These are needed in case iptables gets installed into a non-standard
path. It also enables automatic detection of these locations from 3rd
party programs via pkgconfig.

Signed-off-by: Jan Engelhardt <jengelh at medozas.de>

diff --git a/xtables.pc.in b/xtables.pc.in
index 7246d7b..fa6f33b 100644
--- a/xtables.pc.in
+++ b/xtables.pc.in
@@ -8,4 +8,5 @@ includedir=@includedir@
 Name:		xtables
 Description:	Shared Xtables code for extensions and iproute2
 Version:	@PACKAGE_VERSION@
-Libs:		-lxtables
+Cflags:		-I${includedir}
+Libs:		-L${libdir} -lxtables



More information about the netfilter-cvslog mailing list