Browse Source

do not introduce temporary path into libpcreposix.la

master
parent
commit
8b7078baf2
  1. 5
      pcre/pcre.spec

5
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}" \

Loading…
Cancel
Save