Accepting request 643207 from home:jengelh:branches:devel:libraries:c_c++

- Remove pointless --with-pic (because of --disable-static)

OBS-URL: https://build.opensuse.org/request/show/643207
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=52
This commit is contained in:
Ismail Dönmez 2018-10-19 18:44:26 +00:00 committed by Git OBS Bridge
parent 867122251f
commit b501f41388
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,11 @@ Fri Oct 19 13:32:40 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
- BuildRequires libopenssl-1_1-devel >= 1.1.1 becase build fails with - BuildRequires libopenssl-1_1-devel >= 1.1.1 becase build fails with
1.1.0 1.1.0
-------------------------------------------------------------------
Fri Oct 19 13:29:39 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Remove pointless --with-pic (because of --disable-static)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 18 13:53:33 UTC 2018 - Jason Sikes <jsikes@suse.de> Thu Oct 18 13:53:33 UTC 2018 - Jason Sikes <jsikes@suse.de>

View File

@ -87,8 +87,7 @@ sh autogen.sh
--disable-nls \ --disable-nls \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \
--enable-warnings \ --enable-warnings
--with-pic
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install