Fix some X packages not to build docs.

This fixes build on gentoo when not all the docbook DTDs are installed
and also speeds up compoile time.
This commit is contained in:
Christian Schmidt 2011-10-25 21:27:26 +02:00
parent 1750f2f52b
commit fcc6131a71
31 changed files with 34 additions and 4 deletions

View File

@ -31,6 +31,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-ipv6 \
--without-xmlto
make

View File

@ -32,7 +32,7 @@ cd $PKG_BUILD
--enable-shared \
--with-libuuid \
--without-xmlto \
--without-fop \
--without-fop
make

View File

@ -30,7 +30,8 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-malloc0returnsnull
--enable-malloc0returnsnull \
--without-xmlto
make
$MAKEINSTALL

View File

@ -37,7 +37,8 @@ cd $PKG_BUILD
--disable-bdfformat \
--disable-snfformat \
--enable-fc \
--with-gnu-ld
--with-gnu-ld \
--without-xmlto
make
$MAKEINSTALL

View File

@ -31,6 +31,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--with-gnu-ld \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -26,6 +26,7 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -33,7 +33,8 @@ mkdir -p .objdir-host && cd .objdir-host
../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN
--prefix=$ROOT/$TOOLCHAIN \
--without-xmlto
make
make install

View File

@ -28,6 +28,7 @@ mkdir -p .objdir-target && cd .objdir-target
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--without-xmlto
make
$MAKEINSTALL