Commit 157554a2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded pcre to 8.44

parent b4eb66ed
all: all:
tar xf pcre-8.43.tar.bz2 tar xf pcre-8.44.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 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.43 $(MAKE) -C pcre-8.44
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C pcre-8.43 check ; \ $(MAKE) -C pcre-8.44 check ; \
fi fi
$(MAKE) -C pcre-8.43 install $(MAKE) -C pcre-8.44 install
mv -v /usr/lib/libpcre.so.* /lib mv -v /usr/lib/libpcre.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
rm -rf pcre-8.43 rm -rf pcre-8.44
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