SHA256
1
0
forked from pool/vlc

Accepting request 303935 from home:seife:branches:multimedia:libs

remove build host name (again) from binaries

OBS-URL: https://build.opensuse.org/request/show/303935
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=125
This commit is contained in:
Dominique Leuenberger 2015-04-27 06:24:24 +00:00 committed by Git OBS Bridge
parent ab461ccd50
commit aae354f0f2
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,11 @@ Fri Apr 24 10:07:55 UTC 2015 - joerg.lorenzen@ki.tng.de
- Build against qt5 for openSUSE > 13.2.
-------------------------------------------------------------------
Tue Apr 21 12:33:01 UTC 2015 - seife+obs@b1-systems.com
- remove build host name (again) from binaries
-------------------------------------------------------------------
Tue Apr 14 10:38:47 UTC 2015 - aloisio@gmx.com

View File

@ -432,6 +432,11 @@ date
sed -e 's/tar cvv/tar cvv --format=ustar/' -i share/Makefile
%endif
# make sure the build hostname is not embedded in the binaries -- or we'll
# continuously republish packages -- seife
### ONLY REMOVE THIS IF YOU KNOW WHAT YOU ARE DOING!
sed -i 's/^#define.*VLC_COMPILE_HOST.*/#define VLC_COMPILE_HOST "obs-build"/' config.h
make %{?_smp_mflags}
%install