From 05c9995ba2a16934466145a3778ece849b67172c2e57cb7bfe36c21f988a1af1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 23 Jan 2017 22:28:41 +0000 Subject: [PATCH] fix misspelling of option name OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=14 --- libvmime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvmime.spec b/libvmime.spec index 52e3a10..b702174 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -114,7 +114,7 @@ cmake . \ %endif -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON \ -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \ - -DCMAKE_RELEASE_TYPE:STRING="RelWithDebInfo" \ + -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g" \ %if 0%{?suse_version} >= 1310