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:
parent
46654678ce
commit
8cb57bf27b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user