hts-tvheadend: do not build with LTO support

This commit is contained in:
Stefan Saraev 2012-06-25 21:56:58 +03:00
parent 4a812cc41e
commit a967bd38d4

View File

@ -22,6 +22,9 @@
. config/options $1
# do not build with LTO support
strip_lto
if [ "$ICONV" = "libiconv" ]; then
export LDFLAGS="$LDFLAGS -liconv"
fi