forked from pool/graphviz
078d3f3f28
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=8b479c40994885528b02f4f9809fc37b
23 lines
848 B
Diff
23 lines
848 B
Diff
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -1013,8 +1013,8 @@
|
|
else
|
|
PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM"
|
|
fi
|
|
- PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php/modules"
|
|
- PHP_INSTALL_DATADIR="/usr/share/php"
|
|
+ PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php5/extensions"
|
|
+ PHP_INSTALL_DATADIR="/usr/share/php5"
|
|
PHP_LIBS=
|
|
save_CPPFLAGS=$CPPFLAGS
|
|
CPPFLAGS="$CPPFLAGS $PHP_INCLUDES"
|
|
@@ -1489,7 +1489,7 @@
|
|
AC_MSG_WARN([Unable to find tclConfig.sh. The Tcl packages will not be built])
|
|
use_tcl="No (missing tclConfig.sh)"
|
|
fi
|
|
- TCL_INSTALL_DIR="${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tcl${TCL_VERSION_FOUND}"
|
|
+ TCL_INSTALL_DIR="${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}"
|
|
fi
|
|
|
|
if test "x$use_tcl" = "x"; then
|