]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed cpp things from pcre.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Jul 2008 20:20:09 +0000 (20:20 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Jul 2008 20:20:09 +0000 (20:20 +0000)
lfs/pcre
src/rootfiles/installer/pcre

index c11478b6bb61702f4f650b36098f759310beeb2f..d7c38e850964d9079a3e249c58ba74b6e150c932 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -56,11 +56,12 @@ $(TARGET) :
        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/
@@ -68,10 +69,11 @@ ifeq "$(STAGE)" "ipfire"
 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
index 6031397dbf9d4f7f4d331477038424faf3144a73..0a93995c733319797a7f3e85c6054b73bbb58360 100644 (file)
@@ -2,28 +2,18 @@
 #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
@@ -60,7 +50,6 @@ INSTALLER_DIR/usr/lib/libpcreposix.so.0.0.0
 #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
@@ -106,7 +95,6 @@ INSTALLER_DIR/usr/lib/libpcreposix.so.0.0.0
 #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