SHA256
1
0
forked from pool/libvmime

fix misspelling of option name

OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2017-01-23 22:28:41 +00:00 committed by Git OBS Bridge
parent cf5dbe7187
commit 05c9995ba2

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