Updating link to change in openSUSE:Factory/vlc revision 56.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=23439cfd86134d9c6849c98109ad53b6
This commit is contained in:
OBS User buildservice-autocommit
2016-07-01 07:52:07 +00:00
committed by Git OBS Bridge
parent 135a19214f
commit 7faedd1e54
4 changed files with 27 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
%endif
Name: vlc
Version: 2.2.3
Version: 2.2.4
Release: 0
Summary: Video Lan Client multimedia player
License: GPL-2.0+ and LGPL-2.1+
@@ -340,8 +340,9 @@ date
%build
echo '********* BOOTSTRAPPING *********'
date
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
export CFLAGS="%{optflags} -fPIE"
export CXXFLAGS="%{optflags} -fPIE"
export LDFLAGS="-pie"
%if 0%{?suse_version} > 1140
./bootstrap
%endif