forked from pool/graphviz
Thomas Renninger
96143b7b0b
- Now using master branch of upstream, as there have been no releases for over two years * this should fix CVE-2019-11023 (boo#1132091) - Removed graphviz-qt5.patch (now in upstream) - Removed reproducible.patch (now in upstream) - graphviz-smyrna-link_against_glu.patch changed to be applicable to current files - graphviz-no_strict_aliasing.patch changed to be applicable to current files - Added graphviz-fix-ruby-version.patch to remove hardcoded dependency on ruby 1.9 - graphviz.spec updated for new version - created _service file OBS-URL: https://build.opensuse.org/request/show/693329 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=137
10 lines
327 B
Diff
10 lines
327 B
Diff
--- .orig/lib/vmalloc/Makefile.am 2019-04-02 14:39:35.873818775 +0200
|
|
+++ lib/vmalloc/Makefile.am 2019-04-02 14:50:07.659001790 +0200
|
|
@@ -9,4 +9,6 @@
|
|
vmprofile.c vmregion.c vmsegment.c vmset.c vmstat.c vmstrdup.c \
|
|
vmtrace.c vmwalk.c
|
|
|
|
+libvmalloc_C_la_CFLAGS = -fno-strict-aliasing
|
|
+
|
|
EXTRA_DIST = README vmalloc.vcxproj*
|