diff --git a/database/libdbi-drivers/libdbi-drivers.conf b/database/libdbi-drivers/libdbi-drivers.conf index 386fc9496..e651e4dd1 100644 --- a/database/libdbi-drivers/libdbi-drivers.conf +++ b/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"