print/cups: remove unrecognized --enable-libtool option
The package builds with libtool anyway.
This commit is contained in:
parent
71c7062174
commit
5c30899d77
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2019/08/16 21:19:30 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2019/08/26 21:57:43 rillig Exp $
|
||||
|
||||
.include "../../print/cups/Makefile.common"
|
||||
|
||||
|
@ -35,7 +35,6 @@ CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP}
|
|||
CONFIGURE_ARGS+= --with-system-groups=${CUPS_SYSTEM_GROUPS:Q}
|
||||
CONFIGURE_ARGS+= --with-exe-file-perm=0755
|
||||
CONFIGURE_ARGS+= --enable-libpaper
|
||||
CONFIGURE_ARGS+= --enable-libtool
|
||||
CONFIGURE_ARGS+= --enable-ssl
|
||||
CONFIGURE_ARGS+= --with-manext=bsd
|
||||
CONFIGURE_ARGS+= --without-bundledir
|
||||
|
|
Loading…
Reference in a new issue