From d47c989d886e5398143d43d3b6d25fdf7210cb11 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Tue, 17 Dec 2013 12:06:29 +0100 Subject: [PATCH] libnfs.pc.in: fix pkg-config --cflags pkg-config --cflags libnfs returns an error with this line: $ pkg-config --cflags libnfs Package @LIBNFS_PC_REQ_PRIVATE@ was not found in the pkg-config search path. Perhaps you should add the directory containing `@LIBNFS_PC_REQ_PRIVATE@.pc' to the PKG_CONFIG_PATH environment variable Package '@LIBNFS_PC_REQ_PRIVATE@', required by 'libnfs', not found Signed-off-by: Peter Lieven --- libnfs.pc.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libnfs.pc.in b/libnfs.pc.in index e7e3a91..fdc012c 100644 --- a/libnfs.pc.in +++ b/libnfs.pc.in @@ -12,4 +12,3 @@ Requires: Conflicts: Libs: -L${libdir} -lnfs Cflags: -I${includedir} -Requires.private: @LIBNFS_PC_REQ_PRIVATE@