PR/42954: bacula-static option is broken. It requires non-libtool build,

but Makefiles' "all" targets include both dynamic and static targets.
Package PLISTs also don't support static-only build.
This commit is contained in:
shattered 2012-02-23 12:16:31 +00:00
parent 1ce2873915
commit bea3f180f6
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,8 @@
# $NetBSD: options.mk,v 1.6 2012/02/03 09:57:19 shattered Exp $
# $NetBSD: options.mk,v 1.7 2012/02/23 12:16:32 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula-clientonly
PKG_SUPPORTED_OPTIONS= bacula-static ssl
# bacula-static is broken -- see PR 42954
PKG_SUPPORTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"

View file

@ -1,7 +1,8 @@
# $NetBSD: options.mk,v 1.17 2011/06/18 10:40:33 shattered Exp $
# $NetBSD: options.mk,v 1.18 2012/02/23 12:16:31 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bacula
PKG_SUPPORTED_OPTIONS= bacula-static ssl python
# bacula-static is broken -- see PR 42954
PKG_SUPPORTED_OPTIONS= ssl python
PKG_OPTIONS_REQUIRED_GROUPS= database
PKG_OPTIONS_GROUP.database= catalog-sqlite3 catalog-pgsql catalog-mysql
PKG_SUGGESTED_OPTIONS= catalog-sqlite3