cups: disable build of pdftops, fix for #456

This commit is contained in:
Juergen Daubert 2009-06-17 09:53:17 +02:00
parent 068875463b
commit caddccf916
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,6 @@ drwxr-xr-x root/root usr/lib/cups/filter/
-rwxr-xr-x root/root usr/lib/cups/filter/hpgltops
-rwxr-xr-x root/root usr/lib/cups/filter/imagetops
-rwxr-xr-x root/root usr/lib/cups/filter/imagetoraster
-rwxr-xr-x root/root usr/lib/cups/filter/pdftops
-rwxr-xr-x root/root usr/lib/cups/filter/pstops
lrwxrwxrwx root/root usr/lib/cups/filter/rastertodymo -> rastertolabel
-rwxr-xr-x root/root usr/lib/cups/filter/rastertoepson

View File

@ -5,7 +5,7 @@
name=cups
version=1.3.10
release=1
release=2
source=(http://ftp.easysw.com/pub/cups/$version/$name-$version-source.tar.bz2 \
cups-config.patch cups)
@ -27,7 +27,8 @@ build () {
--enable-ssl \
--enable-gnutls=no \
--enable-openssl=yes \
--enable-pam=no
--enable-pam=no \
--enable-pdftops=no
make
make BUILDROOT=$PKG DBUSDIR=/usr/etc/dbus-1 install