From b501f4138850eb3699101dfac8562dd54a2377c98f4a3707be94bd34c822e903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 19 Oct 2018 18:44:26 +0000 Subject: [PATCH] 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 --- neon.changes | 5 +++++ neon.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/neon.changes b/neon.changes index fc71ed5..4504266 100644 --- a/neon.changes +++ b/neon.changes @@ -4,6 +4,11 @@ Fri Oct 19 13:32:40 UTC 2018 - Ismail Dönmez - BuildRequires libopenssl-1_1-devel >= 1.1.1 becase build fails with 1.1.0 +------------------------------------------------------------------- +Fri Oct 19 13:29:39 UTC 2018 - Jan Engelhardt + +- Remove pointless --with-pic (because of --disable-static) + ------------------------------------------------------------------- Thu Oct 18 13:53:33 UTC 2018 - Jason Sikes diff --git a/neon.spec b/neon.spec index fdbda6d..d8b2e8b 100644 --- a/neon.spec +++ b/neon.spec @@ -87,8 +87,7 @@ sh autogen.sh --disable-nls \ --enable-shared \ --disable-static \ - --enable-warnings \ - --with-pic + --enable-warnings make %{?_smp_mflags} %install