summarylogtreecommitdiffstats
path: root/exesuffix.patch
diff options
context:
space:
mode:
authorkfg2018-09-22 17:31:44 +0200
committerkfg2018-09-22 17:31:44 +0200
commit10d4d963688138596e394e9bcd10670a3c80a2db (patch)
tree34bccbdbeab2c2c64a27ccebe1ed19a4f0b39bf5 /exesuffix.patch
parent17f6dd6ee8ac3368036b483bc00b655e33b79bf3 (diff)
downloadaur-10d4d963688138596e394e9bcd10670a3c80a2db.tar.gz
upgpkg: mingw-w64-cmocka 1.1.2-1
Diffstat (limited to 'exesuffix.patch')
-rw-r--r--exesuffix.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/exesuffix.patch b/exesuffix.patch
index d2114d0943da..657b5aae1125 100644
--- a/exesuffix.patch
+++ b/exesuffix.patch
@@ -20,6 +20,15 @@ diff -ruN cmocka-1.1.1/example/chef_wrap/CMakeLists.txt patched/example/chef_wra
set_target_properties(waiter_test_wrap
PROPERTIES
+diff -ruN cmocka-1.1.2/example/uptime/CMakeLists.txt patched/example/uptime/CMakeLists.txt
+--- cmocka-1.1.2/example/uptime/CMakeLists.txt 2018-08-22 13:02:28.000000000 +0200
++++ patched/example/uptime/CMakeLists.txt 2018-09-22 16:33:47.693794439 +0200
+@@ -18,4 +18,4 @@
+ PROPERTIES
+ LINK_FLAGS "-Wl,--wrap=uptime")
+
+-add_test(test_uptime ${CMAKE_CURRENT_BINARY_DIR}/test_uptime)
++add_test(test_uptime ${CMAKE_CURRENT_BINARY_DIR}/test_uptime${CMAKE_EXECUTABLE_SUFFIX})
diff -ruN cmocka-1.1.1/example/CMakeLists.txt patched/example/CMakeLists.txt
--- cmocka-1.1.1/example/CMakeLists.txt 2016-09-21 15:31:28.000000000 +0200
+++ patched/example/CMakeLists.txt 2018-08-25 20:04:44.554913232 +0200