samba: dont build with GOLD and LTO support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-08-11 16:38:16 +02:00
parent 8cd40c4847
commit 7b76a18298

View File

@ -22,6 +22,10 @@
. config/options $1
# dont build with GOLD and LTO support
strip_lto
strip_gold
if [ "$AVAHI_DAEMON" = yes ]; then
SMB_AVAHI="--enable-avahi"
else