blob: 0af9b1b882a3831ae4bfe68da988beb0729f7acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: libedit-20110709-3.0/libedit.pc.in
===================================================================
--- libedit-20110709-3.0.orig/libedit.pc.in
+++ libedit-20110709-3.0/libedit.pc.in
@@ -7,6 +7,7 @@ Name: libedit
Description: command line editor library provides generic line editing, history, and tokenization functions.
Version: @VERSION@
Requires:
-Libs: -L${libdir} -ledit @LIBS@
+Libs: -L${libdir} -ledit
+Libs.private: @LIBS@
Cflags: -I${includedir} -I${includedir}/editline
|