cups: disable build of pdftops, fix for #456
This commit is contained in:
parent
068875463b
commit
caddccf916
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user