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
This commit is contained in:
Bjørn Lie 2016-05-09 19:24:02 +00:00 committed by Git OBS Bridge
parent 0d6582f44d
commit 6ec22ae1e4
2 changed files with 7 additions and 1 deletions

View File

@ -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 Sat Apr 30 18:47:06 UTC 2016 - zaitor@opensuse.org

View File

@ -70,7 +70,7 @@ of use unmatched by other C++ callback libraries.
%setup -q -n %{_name}-%{version} %setup -q -n %{_name}-%{version}
%build %build
%configure --disable-static --with-pic %configure --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install