]> git.pld-linux.org Git - packages/gflags.git/blame - gflags-nothreads.patch
- release 4 (by relup.sh)
[packages/gflags.git] / gflags-nothreads.patch
CommitLineData
6998cb4c
JB
1--- gflags-2.1.1/CMakeLists.txt.orig 2014-10-18 20:58:12.937871587 +0200
2+++ gflags-2.1.1/CMakeLists.txt 2014-10-18 21:09:27.351176620 +0200
3@@ -247,7 +247,7 @@
4 if (BUILD_gflags${opts}_LIB)
5 add_library (gflags${opts}-${type} ${TYPE} ${GFLAGS_SRCS} ${PRIVATE_HDRS} ${PUBLIC_HDRS})
6 if (opts MATCHES "nothreads")
7- set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL};NOTHREADS")
8+ set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL};NO_THREADS")
9 else ()
10 set (defines "GFLAGS_IS_A_DLL=${GFLAGS_IS_A_DLL}")
11 if (CMAKE_USE_PTHREADS_INIT)
This page took 0.166344 seconds and 4 git commands to generate.