[librep] librep.pc.in: add -L$prefix to libs



commit 014d37ce18b9f736e49a64a011778ca91e215e1d
Author: chrisb <zanghar freenet de>
Date:   Sat Jul 25 07:10:55 2009 +0200

    librep.pc.in: add -L$prefix to libs

 ChangeLog     |    3 +++
 librep.pc.in  |    2 +-
 man/news.texi |    4 ++++
 3 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5b023ec..2955337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-25  Christopher Bratusek <zanghar freenet de>
+	* librep.pc.in: add -L$prefix to libs
+
 2009-07-24  Christopher Bratusek <zanghar freenet de>
 	* emulate-gnu-tar
 	* lisp/rep/io/file-handlers/tar.jl: added support for tar.xz and tar.lzma
diff --git a/librep.pc.in b/librep.pc.in
index e3228c0..be9795f 100644
--- a/librep.pc.in
+++ b/librep.pc.in
@@ -9,7 +9,7 @@ repcommonexecdir= repcommonexecdir@
 includedir= includedir@
 
 Cflags: -I${includedir}/ -I${repcommonexecdir}/
-Libs: -lrep -lcrypt -lgmp -lm
+Libs: -L libdir@ -lrep -lcrypt -lgmp -lm
 
 Name: librep
 Description: librep - a lisp dialect
diff --git a/man/news.texi b/man/news.texi
index f3bbbe5..951681a 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -18,6 +18,10 @@
 @item Improved libffi-binding [Alexey I. Froloff]
 
 @item Updated librep.sym for missing entries [Alexey I. Froloff]
+
+ item Fixed an incomplete definition
+
+ item Added -L$prefix to libs section of the .pc file
 @end itemize
 
 @heading 0.90.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]