cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-abi_breakage-1.patch
ifeq "$(STAGE)" "ipfire"
- cd $(DIR_APP) && ./configure --prefix=/usr \
- --docdir=/usr/share/doc/pcre-$(VER) \
- --enable-utf8 \
- --enable-pcregrep-libz \
- --enable-pcregrep-libbz2
+ cd $(DIR_APP) && \
+ ./configure --prefix=/usr \
+ --docdir=/usr/share/doc/pcre-$(VER) \
+ --enable-utf8 \
+ --enable-pcregrep-libz \
+ --enable-pcregrep-libbz2
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
mv -v /usr/lib/libpcre.so.* /lib/
endif
ifeq "$(STAGE)" "installer"
- cd $(DIR_APP) && ./configure --prefix=/usr \
- --enable-utf8 \
- --target=$(UCLIBC_TARGET) \
- --host=$(UCLIBC_TARGET)
+ cd $(DIR_APP) && \
+ ./configure --prefix=/usr \
+ --host=$(UCLIBC_TARGET) \
+ --enable-utf8 \
+ --disable-cpp
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install DESTDIR=$(INSTALLER_DIR)
endif
#INSTALLER_DIR/usr/bin/pcregrep
#INSTALLER_DIR/usr/bin/pcretest
#INSTALLER_DIR/usr/include/pcre.h
-#INSTALLER_DIR/usr/include/pcre_scanner.h
-#INSTALLER_DIR/usr/include/pcre_stringpiece.h
-#INSTALLER_DIR/usr/include/pcrecpp.h
-#INSTALLER_DIR/usr/include/pcrecpparg.h
#INSTALLER_DIR/usr/include/pcreposix.h
#INSTALLER_DIR/usr/lib/libpcre.a
#INSTALLER_DIR/usr/lib/libpcre.la
INSTALLER_DIR/usr/lib/libpcre.so
INSTALLER_DIR/usr/lib/libpcre.so.0
INSTALLER_DIR/usr/lib/libpcre.so.0.0.1
-#INSTALLER_DIR/usr/lib/libpcrecpp.a
-#INSTALLER_DIR/usr/lib/libpcrecpp.la
-INSTALLER_DIR/usr/lib/libpcrecpp.so
-INSTALLER_DIR/usr/lib/libpcrecpp.so.0
-INSTALLER_DIR/usr/lib/libpcrecpp.so.0.0.0
#INSTALLER_DIR/usr/lib/libpcreposix.a
#INSTALLER_DIR/usr/lib/libpcreposix.la
INSTALLER_DIR/usr/lib/libpcreposix.so
INSTALLER_DIR/usr/lib/libpcreposix.so.0
INSTALLER_DIR/usr/lib/libpcreposix.so.0.0.0
#INSTALLER_DIR/usr/lib/pkgconfig/libpcre.pc
-#INSTALLER_DIR/usr/lib/pkgconfig/libpcrecpp.pc
#INSTALLER_DIR/usr/share/doc
#INSTALLER_DIR/usr/share/doc/pcre
#INSTALLER_DIR/usr/share/doc/pcre/AUTHORS
#INSTALLER_DIR/usr/share/doc/pcre/html/pcrebuild.html
#INSTALLER_DIR/usr/share/doc/pcre/html/pcrecallout.html
#INSTALLER_DIR/usr/share/doc/pcre/html/pcrecompat.html
-#INSTALLER_DIR/usr/share/doc/pcre/html/pcrecpp.html
#INSTALLER_DIR/usr/share/doc/pcre/html/pcregrep.html
#INSTALLER_DIR/usr/share/doc/pcre/html/pcrematching.html
#INSTALLER_DIR/usr/share/doc/pcre/html/pcrepartial.html
#INSTALLER_DIR/usr/share/man/man3/pcrebuild.3
#INSTALLER_DIR/usr/share/man/man3/pcrecallout.3
#INSTALLER_DIR/usr/share/man/man3/pcrecompat.3
-#INSTALLER_DIR/usr/share/man/man3/pcrecpp.3
#INSTALLER_DIR/usr/share/man/man3/pcrematching.3
#INSTALLER_DIR/usr/share/man/man3/pcrepartial.3
#INSTALLER_DIR/usr/share/man/man3/pcrepattern.3