summaryrefslogtreecommitdiffstats
path: root/ftp/transmission/BUILD
blob: 5819a83e6ec7d2a4b733e49de06bc05524bf599f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
OPTS="$TRANSMISSION_OPTS $OPTS" &&

CFLAGS="-I../third-party ${CFLAGS}" &&

case "$HOST" in
*-musl)
  # The buildsystem assumes iconv is in libc
  export LIBS="-liconv"
  ;;
esac &&

default_build