From c53eea7c1a84e0afd8eebc849e499a7e9948781c Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Tue, 29 Nov 2016 16:47:53 +0900 Subject: [PATCH] libzstd.pc.in: Change to use variables for libdir and includedir --- lib/libzstd.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libzstd.pc.in b/lib/libzstd.pc.in index 9399363dd..703da060b 100644 --- a/lib/libzstd.pc.in +++ b/lib/libzstd.pc.in @@ -10,5 +10,5 @@ Name: zstd Description: lossless compression algorithm library URL: https://github.com/facebook/zstd Version: @VERSION@ -Libs: -L@LIBDIR@ -lzstd -Cflags: -I@INCLUDEDIR@ +Libs: -L${libdir} -lzstd +Cflags: -I${includedir} -- 2.47.2