diff options
author | shattered <shattered> | 2012-02-23 12:16:31 +0000 |
---|---|---|
committer | shattered <shattered> | 2012-02-23 12:16:31 +0000 |
commit | d741546fd11195ae9f52297aa1bd62c8176e36ed (patch) | |
tree | 466bf394536f849458d583fd49bfbf2fe913cbab /sysutils/bacula-clientonly | |
parent | 9406cdca4aeeb7a3540885bf329eaa03063dbced (diff) | |
download | pkgsrc-d741546fd11195ae9f52297aa1bd62c8176e36ed.tar.gz |
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.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r-- | sysutils/bacula-clientonly/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk index a44a0b53c5f..203114c4544 100644 --- a/sysutils/bacula-clientonly/options.mk +++ b/sysutils/bacula-clientonly/options.mk @@ -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" |