SHA256
1
0
forked from pool/libvmime

Accepting request 453535 from server:mail

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/453535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-02-01 08:53:15 +00:00 committed by Git OBS Bridge
commit 4961fa4445
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 23 22:44:49 UTC 2017 - jengelh@inai.de
- Resolve wrong name of cmake variable:
CMAKE_RELEASE_TYPE -> CMAKE_BUILD_TYPE
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 3 11:51:36 UTC 2017 - jengelh@inai.de Tue Jan 3 11:51:36 UTC 2017 - jengelh@inai.de

View File

@ -114,7 +114,7 @@ cmake . \
%endif %endif
-DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \ -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \
-DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \ -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \
-DCMAKE_RELEASE_TYPE:STRING="RelWithDebInfo" \ -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
-DCMAKE_CXX_FLAGS_DEBUG:STRING="-g" \ -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g" \
%if 0%{?suse_version} >= 1310 %if 0%{?suse_version} >= 1310