SHA256
6
0
forked from pool/wv

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
This commit is contained in:
Ismail Dönmez 2018-02-06 10:28:21 +00:00 committed by Git OBS Bridge
parent c5e4c2dc10
commit e047a89439
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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}