Accepting request 290610 from multimedia:libs

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/290610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2015-03-16 05:52:55 +00:00 committed by Git OBS Bridge
commit c1cda370d5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 6 10:23:43 UTC 2015 - tchvatal@suse.com
- Put the configure args each on its own line
-------------------------------------------------------------------
Tue Feb 10 15:30:05 UTC 2015 - tchvatal@suse.com

View File

@ -89,7 +89,9 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
%build
autoreconf -fiv
%configure --disable-static --enable-bdjava
%configure \
--disable-static \
--enable-bdjava
make %{?_smp_mflags}
%install