From 8b7078baf2140097d6dd870d00d536058a34b010 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 17 Aug 2003 08:29:55 +0000 Subject: [PATCH] do not introduce temporary path into libpcreposix.la --- pcre/pcre.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcre/pcre.spec b/pcre/pcre.spec index 3ff19bfe65..6b9a68b85d 100644 --- a/pcre/pcre.spec +++ b/pcre/pcre.spec @@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE] Group: Text License: LGPL Version: 4.3 -Release: 20030530 +Release: 20030817 # list of sources Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-%{version}.tar.gz @@ -51,6 +51,9 @@ AutoReqProv: no %prep %setup -q + %{l_shtool} subst \ + -e 's;-L. -lpcre;libpcre.la;' \ + Makefile.in %build CC="%{l_cc}" \