diff mbox

[libnftnl] build: Ensure pkg-config file provides the right informations

Message ID 1390233381-2284-1-git-send-email-tomasz.bursztyka@linux.intel.com
State Accepted
Headers show

Commit Message

Tomasz Bursztyka Jan. 20, 2014, 3:56 p.m. UTC
It's not -lnftables anymore but -lnftnl (among other details)

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
---
 libnftnl.pc.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Pablo Neira Ayuso Jan. 20, 2014, 4:02 p.m. UTC | #1
On Mon, Jan 20, 2014 at 05:56:21PM +0200, Tomasz Bursztyka wrote:
> It's not -lnftables anymore but -lnftnl (among other details)

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Arturo Borrero Jan. 20, 2014, 5:42 p.m. UTC | #2
On 20 January 2014 17:02, Pablo Neira Ayuso <pablo@netfilter.org> wrote:
> On Mon, Jan 20, 2014 at 05:56:21PM +0200, Tomasz Bursztyka wrote:
>> It's not -lnftables anymore but -lnftnl (among other details)
>
> Applied, thanks.

@pablo
Do you plan to tag this commit?

regards
diff mbox

Patch

diff --git a/libnftnl.pc.in b/libnftnl.pc.in
index 0c6d57e..fd5cc6a 100644
--- a/libnftnl.pc.in
+++ b/libnftnl.pc.in
@@ -1,15 +1,15 @@ 
-# libnftables pkg-config file
+# libnftnl pkg-config file
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-Name: libnftables
+Name: libnftnl
 Description: Netfilter nf_tables infrastructure library
-URL: http://netfilter.org/projects/libnftables/
+URL: http://netfilter.org/projects/libnftnl/
 Version: @VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} -lnftables
+Libs: -L${libdir} -lnftnl
 Cflags: -I${includedir}