Accepting request 316909 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/316909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vamp-plugin-sdk?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2015-08-05 04:50:04 +00:00 committed by Git OBS Bridge
commit 1c61c4d9a3
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 13 07:51:31 UTC 2015 - olaf@aepfle.de
- Build with -fPIC
-------------------------------------------------------------------
Wed Apr 8 03:16:33 UTC 2015 - p.drouand@gmail.com

View File

@ -73,6 +73,8 @@ sed -i 's|/lib/|/%{_lib}/|g' src/vamp-hostsdk/PluginLoader.cpp
sed -i 's|$(INSTALL_PREFIX)/lib|@libdir@|g' Makefile.in
%build
export CFLAGS="$RPM_OPT_FLAGS -fPIC -Wall"
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC -Wall"
%configure
make %{?_smp_mflags}
@ -161,4 +163,4 @@ make clean
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%changelog
%changelog