libndp/0002-fix-cflags-path-in-pc-file.patch
2013-09-13 10:05:55 -05:00

24 lines
650 B
Diff

From d2247aae11c80a4e3c0084d9294c858bdcaf26c7 Mon Sep 17 00:00:00 2001
From: Jiri Pirko <jiri@resnulli.us>
Date: Fri, 16 Aug 2013 11:21:14 +0200
Subject: [PATCH 2/2] fix cflags path in pc file
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
---
libndp/libndp.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libndp/libndp.pc.in b/libndp/libndp.pc.in
index f486edf..62d630d 100644
--- a/libndp/libndp.pc.in
+++ b/libndp/libndp.pc.in
@@ -7,4 +7,4 @@ Name: libndp
Description: Neighbour discovery library.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lndp
-Cflags: -I${includedir}/ndp.h
+Cflags: -I${includedir}
--
1.8.3.1