summaryrefslogtreecommitdiffstats
path: root/net/xinetd/BUILD
blob: c58882bb99d434ce3cd67b1d91cc5607c0ab4d78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
case "$HOST" in
  (*-musl)
    CFLAGS+=" $(pkg-config libtirpc --cflags)" &&
    LIBS+=" $(pkg-config libtirpc --libs)" &&
    OPTS+=' xinetd_cv_type_rlim_t=yes'
esac &&
LIBS+=" $LDFLAGS"  &&  # Makes stripping work
export LIBS &&

OPTS="$XINETD_IPV6     \
      $XINETD_LOADAVG  \
      $OPTS"           &&

default_build