Accepting request 394532 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/394532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++3?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2016-05-11 14:37:36 +00:00 committed by Git OBS Bridge
commit 8bee2d20f9
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

View File

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