From e047a89439e5a2f823a73d31f6db5beadf8b62724bf9282ea0742684d6696a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 6 Feb 2018 10:28:21 +0000 Subject: [PATCH] Accepting request 573131 from home:jengelh:branches:devel:libraries:c_c++ - --with-pic has no effect with --disable-static. - Reword description of wv-devel since there are no static libs. OBS-URL: https://build.opensuse.org/request/show/573131 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wv?expand=0&rev=22 --- wv.changes | 6 ++++++ wv.spec | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/wv.changes b/wv.changes index 82274d2..4552e0d 100644 --- a/wv.changes +++ b/wv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 5 20:27:17 UTC 2018 - jengelh@inai.de + +- --with-pic has no effect with --disable-static. +- Reword description of wv-devel since there are no static libs. + ------------------------------------------------------------------- Sat Feb 3 19:18:02 UTC 2018 - avindra@opensuse.org diff --git a/wv.spec b/wv.spec index 7a9e5e2..b80e6e1 100644 --- a/wv.spec +++ b/wv.spec @@ -53,14 +53,14 @@ Group: System/Libraries libwv can parse the Microsoft Word 8 binary file format (Office97). %package devel -Summary: Static Libraries and Header Files for wv +Summary: Header files for wv Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: libgsf-devel Requires: libwmf-devel %description devel -Static Libraries and Header Files for wv. +Header files for wv. %prep %setup -q @@ -81,8 +81,7 @@ CFLAGS="%{optflags} %{warn_flags} -fno-strict-aliasing -fstack-protector" \ --with-libwmf \ --with-expat \ --disable-dependency-tracking \ - --disable-static \ - --with-pic + --disable-static make %{?_smp_mflags}