aboutsummaryrefslogtreecommitdiffstats
path: root/community/gvm-libs/disable-array-test-exec-not-found.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-14 09:44:45 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-14 09:46:18 +0000
commit4551afe2bca74bb0da2008bdcd27df12a2115b76 (patch)
tree75e942dd3eb4293914d6b73f3411d1f7e0595108 /community/gvm-libs/disable-array-test-exec-not-found.patch
parent4acd42f8586775bfe6d339baa3248f9456768f44 (diff)
downloadaports-4551afe2bca74bb0da2008bdcd27df12a2115b76.tar.bz2
aports-4551afe2bca74bb0da2008bdcd27df12a2115b76.tar.xz
community/gvm-libs: upgrade to 11.0.0
Diffstat (limited to 'community/gvm-libs/disable-array-test-exec-not-found.patch')
-rw-r--r--community/gvm-libs/disable-array-test-exec-not-found.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/gvm-libs/disable-array-test-exec-not-found.patch b/community/gvm-libs/disable-array-test-exec-not-found.patch
new file mode 100644
index 0000000000..4ba7a8ad52
--- /dev/null
+++ b/community/gvm-libs/disable-array-test-exec-not-found.patch
@@ -0,0 +1,23 @@
+diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
+index f57de5b..d82d248 100644
+--- a/base/CMakeLists.txt
++++ b/base/CMakeLists.txt
+@@ -72,18 +72,6 @@ endif (GVM_SYSCONF_DIR)
+
+ ## Tests
+
+-add_executable (array-test
+- EXCLUDE_FROM_ALL
+- array_tests.c)
+-
+-add_test (array-test array-test)
+-
+-target_link_libraries (array-test cgreen ${GLIB_LDFLAGS} ${LINKER_HARDENING_FLAGS})
+-
+-add_custom_target (tests
+- DEPENDS array-test)
+-
+-
+ ## Install
+
+ configure_file (libgvm_base.pc.in ${CMAKE_BINARY_DIR}/libgvm_base.pc @ONLY)