--disable-gssapi
This commit is contained in:
parent
0ce12642ba
commit
919400ff4b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.175 2014/04/10 17:15:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.176 2014/04/21 11:26:01 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Common Unix Printing System
|
||||
COMMENT-libs= CUPS libraries and headers
|
||||
@ -10,6 +10,9 @@ EXTRACT_SUFX= .tar.bz2
|
||||
PKGNAME-main= cups-${VERSION}
|
||||
PKGNAME-libs= cups-libs-${VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-libs= 0
|
||||
|
||||
CATEGORIES= print sysutils
|
||||
|
||||
# config-scripts/cups-sharedlibs.m4
|
||||
@ -26,8 +29,8 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# GPLv2 - LGPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += asn1 avahi-client avahi-common crypto gssapi krb5 m pthread
|
||||
WANTLIB += com_err heimbase roken wind ssl stdc++ z
|
||||
WANTLIB += avahi-client avahi-common crypto m pthread ssl stdc++
|
||||
WANTLIB += z
|
||||
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += c cups cupscgi cupsimage cupsmime cupsppdc dbus-1 usb-1.0
|
||||
@ -97,6 +100,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--disable-cdsassl \
|
||||
--disable-gnutls \
|
||||
--disable-pam \
|
||||
--disable-gssapi \
|
||||
--without-java \
|
||||
--without-php \
|
||||
--without-python
|
||||
|
Loading…
x
Reference in New Issue
Block a user