]> git.pld-linux.org Git - packages/gflags.git/blame - gflags-libversion.patch
- release 4 (by relup.sh)
[packages/gflags.git] / gflags-libversion.patch
CommitLineData
6998cb4c
JB
1--- gflags-2.1.1/CMakeLists.txt.orig 2014-03-30 16:41:29.000000000 +0200
2+++ gflags-2.1.1/CMakeLists.txt 2014-10-18 20:36:53.007925298 +0200
3@@ -257,6 +257,8 @@
4 set_target_properties (
5 gflags${opts}-${type} PROPERTIES COMPILE_DEFINITIONS "${defines}"
6 OUTPUT_NAME "gflags${opts}"
7+ VERSION ${PACKAGE_VERSION}
8+ SOVERSION 2
9 )
10 if (HAVE_SHLWAPI_H)
11 target_link_libraries (gflags${opts}-${type} shlwapi.lib)
This page took 0.0259 seconds and 4 git commands to generate.