vlc: fix hostname(1) invokation in configure script.
--HG-- extra : convert_revision : fc987e085f43765e8ab069012d00d4771b27099a
This commit is contained in:
parent
1be3838cb2
commit
22fc105a0e
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,12 @@ for _dep_ in ${_vlc_deps}; do
|
|||
Add_dependency build ${_dep_}-devel
|
||||
done
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
# hostname -s is not valid, at least in coreutils!
|
||||
sed -i "s|hostname -s|hostname|g" ${wrksrc}/configure || return 1
|
||||
}
|
||||
|
||||
post_install()
|
||||
{
|
||||
# Remove unused stuff
|
||||
|
|
Loading…
Reference in a new issue