SHA256
1
0
forked from pool/mpv

Accepting request 518116 from multimedia:apps

- Explicitly enable libsmbclient

OBS-URL: https://build.opensuse.org/request/show/518116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpv?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2017-08-23 09:54:49 +00:00 committed by Git OBS Bridge
commit 3719bdb237
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Mon Aug 21 12:31:39 UTC 2017 - tchvatal@suse.com
- Build only against luajit and not lua where possible
- Comment on why we depend on lua (for bash_completion generating)
- Explicitly enable libsmbclient
-------------------------------------------------------------------
Sun Aug 20 12:17:49 UTC 2017 - aloisio@gmx.com

View File

@ -110,7 +110,7 @@ BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(lua-5.1)
%endif
%else
BuildRequires: pkgconfig(lua-5.1)
BuildRequires: pkgconfig(lua)
%endif
%if 0%{?suse_version} >= 1315
# Testing framework: disabled for now as it runs just 1 test
@ -210,6 +210,8 @@ myopts="--disable-sdl1 --disable-sdl2"
myopts+=" --disable-build-date"
# Debug just adds -g and we do that over optflags anyway.
myopts+=" --disable-debug"
# Explicitly enable samba (seems non-default now?)
myopts+=" --enable-libsmbclient"
export CCFLAGS="%{optflags}"
./waf configure \
--prefix="%{_prefix}" \