SHA256
1
0
forked from pool/graphviz
graphviz/graphviz-no_php_extra_libs.patch

12 lines
516 B
Diff
Raw Permalink Normal View History

Accepting request 859637 from home:adkorte:branches:graphics - Use _multibuild to build graphviz and graphviz-addons in a single development project - graphviz-addons.changes - graphviz-addons.spec - Update to new release 2.44.1 (changes since 2.42.3) * applied RH patches (from graphviz-2.42.2-8.fc32.src.rpm) * some allocation failures that could previously allow memory corruption now exit * lab_gamut.3.pdf is no longer included in release archives * Fixed Neato's hier mode is broken since v2.44.0 * Fixed segmentation fault (core dumped) * New SGD mode in neato * Add pkg-config files * tred: add feature to output removed edges to stderr upon request * Workaround: avoid creating a virtual edge loop. * Add riscv64 to host_cpu configure.ac * lib/cgraph: include empty malloc.h from subdir include * lib/gvpr: compile mkdefs with $(HOSTCC) rather than $(CC) * lib/vpsc: rename bcopy->b_copy * Fixed the NativeCodeAnalysis task failed unexpectedly. * Include all test files in distro * host_cpu add mips64 platform * Correct description of 'port' syntax in manual * svg output displays TITLE of %3 if graph had no name * XML errors in generated SVG when URL attribute contains ampersand (&) * Test files missing from source distributions * SVG error for "g.transform.scale " in graphviz version 2.43 - BuildRequires for ghostscript and groff (generate cdt documentation) - Extension graphviz-php changes: * Require php(api) and php(zend-abi) to guarantee ABI compatibility * Don't pull in extra libraries from PHP + graphviz-no_php_extra_libs.patch * Remove argon2-devel from list of dependencies * Automatically enable extension when installed by providing /etc/php{5,7}/conf.d/gv.ini - Rename python*-graphviz to python*-gv, there is also normal pypi graphviz package and we clash otherwise and override each other OBS-URL: https://build.opensuse.org/request/show/859637 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=152
2021-01-13 17:23:52 +01:00
--- configure.ac 2019-07-13 05:14:04.000000000 +0200
+++ configure.ac 2020-12-31 13:46:52.374560516 +0100
@@ -1116,7 +1116,7 @@ else
PHP_INCLUDES="`$PHPCONFIG --includes`"
PHP_INSTALL_DIR="`$PHPCONFIG --extension-dir`"
PHP_INSTALL_DATADIR="/usr/share/php"
- PHP_LIBS="`$PHPCONFIG --ldflags` `$PHPCONFIG --libs`"
+ PHP_LIBS="`$PHPCONFIG --ldflags`"
save_CPPFLAGS=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $PHP_INCLUDES"
AC_CHECK_HEADER(php.h,,[