SHA256
1
0
forked from pool/libbluray

- Put the configure args each on its own line

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal 2015-03-06 10:23:59 +00:00 committed by Git OBS Bridge
parent 46654678ce
commit 8cb57bf27b
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