From 6ec22ae1e4c7a846b793409f7ee11ebd0c55639280ba1eed58bfbf945e4d4bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 9 May 2016 19:24:02 +0000 Subject: [PATCH] Accepting request 393890 from home:jengelh:branches:GNOME:Factory - Remove pointless --with-pic because shared libs are always built with it anyway (and we have no static archives here) OBS-URL: https://build.opensuse.org/request/show/393890 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++3?expand=0&rev=11 --- libsigc++3.changes | 6 ++++++ libsigc++3.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libsigc++3.changes b/libsigc++3.changes index b78fe96..01308eb 100644 --- a/libsigc++3.changes +++ b/libsigc++3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 5 11:23:45 UTC 2016 - jengelh@inai.de + +- Remove pointless --with-pic because shared libs are always + built with it anyway + ------------------------------------------------------------------- Sat Apr 30 18:47:06 UTC 2016 - zaitor@opensuse.org diff --git a/libsigc++3.spec b/libsigc++3.spec index 85fde65..8d4495a 100644 --- a/libsigc++3.spec +++ b/libsigc++3.spec @@ -70,7 +70,7 @@ of use unmatched by other C++ callback libraries. %setup -q -n %{_name}-%{version} %build -%configure --disable-static --with-pic +%configure --disable-static make %{?_smp_mflags} %install