Commit fed5ffac authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded pcre to 8.45

parent 157554a2
all:
tar xf pcre-8.44.tar.bz2
cd pcre-8.44 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/pcre-8.44 --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-pcretest-libreadline --disable-static --enable-jit
$(MAKE) -C pcre-8.44
tar xf pcre-8.45.tar.bz2
cd pcre-8.45 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/pcre-8.45 --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-pcretest-libreadline --disable-static --enable-jit
$(MAKE) -C pcre-8.45
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C pcre-8.44 check ; \
$(MAKE) -C pcre-8.45 check ; \
fi
$(MAKE) -C pcre-8.44 install
$(MAKE) -C pcre-8.45 install
mv -v /usr/lib/libpcre.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
rm -rf pcre-8.44
rm -rf pcre-8.45
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment