Commit b4eb66ed authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated pcre to 8.43

parent f72166a1
all:
tar xf pcre-8.42.tar.bz2
cd pcre-8.42 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/pcre-8.42 --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-pcretest-libreadline --disable-static --enable-jit
$(MAKE) -C pcre-8.42
tar xf pcre-8.43.tar.bz2
cd pcre-8.43 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --docdir=/usr/share/doc/pcre-8.43 --enable-unicode-properties --enable-pcre16 --enable-pcre32 --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-pcretest-libreadline --disable-static --enable-jit
$(MAKE) -C pcre-8.43
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C pcre-8.42 check ; \
$(MAKE) -C pcre-8.43 check ; \
fi
$(MAKE) -C pcre-8.42 install
$(MAKE) -C pcre-8.43 install
mv -v /usr/lib/libpcre.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
rm -rf pcre-8.42
rm -rf pcre-8.43
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