Browse Source

libdbi-drivers: changed to always disable to build/install docs because we have issues with openjade

stable/0.2
Christian Wiese 14 years ago
parent
commit
b063f4538a
  1. 11
      database/libdbi-drivers/libdbi-drivers.conf

11
database/libdbi-drivers/libdbi-drivers.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libdbi-drivers/libdbi-drivers.conf
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -49,6 +49,9 @@ if pkginstalled sqlite; then
fi
# disable to build docs if openjade is not available
if ! pkginstalled openjade; then
var_append extraconfopt ' ' "--disable-docs"
fi
# if ! pkginstalled openjade; then
# var_append extraconfopt ' ' "--disable-docs"
# fi
# always disable to build/install docs because we have issues with openjade
var_append extraconfopt ' ' "--disable-docs"

Loading…
Cancel
Save