[Lunar-commits] r20324 - moonbase/trunk/libs/pcre
Terry Chan
tchan at lunar-linux.org
Tue Jun 6 03:19:29 UTC 2006
Author: tchan
Date: 2006-06-06 03:19:28 +0000 (Tue, 06 Jun 2006)
New Revision: 20324
Modified:
moonbase/trunk/libs/pcre/BUILD
Log:
Fixed some long standing problems in /lib/pkgconfig/libpcre.pc -- namely
prefix was set incorrectly and libpcre.pc fails to be found. I made a copy
of libcpre.pc and moved it into /usr/lib/pkgconfig, where the rest of the *.pc
files are located.
Modified: moonbase/trunk/libs/pcre/BUILD
===================================================================
--- moonbase/trunk/libs/pcre/BUILD 2006-06-05 23:42:49 UTC (rev 20323)
+++ moonbase/trunk/libs/pcre/BUILD 2006-06-06 03:19:28 UTC (rev 20324)
@@ -1,6 +1,7 @@
(
bad_flags ALL &&
./configure --build=$BUILD \
+ --prefix=/usr \
--bindir=/bin \
--sbindir=/sbin \
--datadir=/usr/share \
@@ -10,6 +11,7 @@
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--enable-utf8 &&
- default_make
+ default_make &&
+ cp -a /lib/pkgconfig/libpcre.pc /usr/lib/pkgconfig
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list