|
|
@ -13,6 +13,11 @@ |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# thread support |
|
|
|
|
|
|
|
if [ "$SDECFG_PKG_GLIBC_TLS" = 1 ]; then |
|
|
|
|
|
|
|
var_append confopt ' ' "--enable-threads" |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
var_append confopt ' ' "--without-ucdsnmp" |
|
|
|
var_append confopt ' ' "--without-ucdsnmp" |
|
|
|
var_append confopt ' ' "--with-ssl" |
|
|
|
var_append confopt ' ' "--with-ssl" |
|
|
|
|
|
|
|
|
|
|
|