PKGNAME=cups+32
PKGSEC=libs
PKGDEP="aosc-aaa+32 krb5+32 libtiff+32 libpng+32 gnutls+32 openldap+32 \
        libusb+32 dbus+32"
BUILDDEP="devel-base+32"
PKGDES="The CUPS Printing System (32-bit x86 runtime)"

ABHOST=optenv32

# FIXME: --with-ondemand=upstart is the only way to remove systemd dependency.
AUTOTOOLS_AFTER=(
    '--enable-raw-printing'
    '--enable-gssapi'
    '--enable-dbus'
    '--enable-libusb'
    '--with-ondemand=upstart'
    '--enable-debug'
    '--with-dnssd=no'
)

# FIXME: Missing templates?
#
# autoheader: warning: missing template: HAVE_ABS
# autoheader: warning: missing template: HAVE_MALLINFO
# autoreconf: error: /usr/bin/autoheader failed with exit status: 1
RECONF=0

# FIXME: Source expects non-shadow build.
ABSHADOW=0
