]> git.pld-linux.org Git - packages/libredwg.git/commitdiff
- disable building llvmfuzz (test-only executable, the only one requiring sanitizer... auto/th/libredwg-0.12.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Apr 2021 04:29:34 +0000 (06:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 14 Apr 2021 04:29:34 +0000 (06:29 +0200)
libredwg.spec

index dc47bee9f4968659bea8b5c4c19f16e1a7e4a084..c5565c310c3052fa36f50efb4626d7108084cc73 100644 (file)
@@ -103,6 +103,9 @@ Interfejs Pythona do biblioteki LibreDWG.
 # no git-version-gen in release tarball
 %{__sed} -i -e 's/m4_esyscmd.*git-version-gen.*/[%{version}],/' configure.ac
 
+# disable when not running tests
+%{__sed} -i -e '/^check_PROGRAMS/ s/ llvmfuzz_standalone//' examples/Makefile.am
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.192744 seconds and 4 git commands to generate.