Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688396 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-1 / +6 lines)
Lines 232-237 Link Here
232
  CFLAGS += -DHAVE_EXECINFO_H
232
  CFLAGS += -DHAVE_EXECINFO_H
233
endif
233
endif
234
234
235
# Musl doesn't have fts.h so enable linking to the standalone lib.
236
ifdef HAVE_MUSL
237
  MUSL_LIBS:= -lfts
238
endif
239
235
# And a few more default utilities
240
# And a few more default utilities
236
LD = ${CC}
241
LD = ${CC}
237
CXX ?= g++
242
CXX ?= g++
Lines 1114-1120 Link Here
1114
futil: ${FUTIL_BIN}
1119
futil: ${FUTIL_BIN}
1115
1120
1116
# FUTIL_LIBS is shared by FUTIL_BIN and TEST_FUTIL_BINS.
1121
# FUTIL_LIBS is shared by FUTIL_BIN and TEST_FUTIL_BINS.
1117
FUTIL_LIBS = ${CRYPTO_LIBS} ${LIBZIP_LIBS}
1122
FUTIL_LIBS = ${CRYPTO_LIBS} ${LIBZIP_LIBS} ${MUSL_LIBS}
1118
1123
1119
${FUTIL_BIN}: LDLIBS += ${FUTIL_LIBS}
1124
${FUTIL_BIN}: LDLIBS += ${FUTIL_LIBS}
1120
${FUTIL_BIN}: ${FUTIL_OBJS} ${UTILLIB} ${FWLIB20} ${UTILBDB}
1125
${FUTIL_BIN}: ${FUTIL_OBJS} ${UTILLIB} ${FWLIB20} ${UTILBDB}

Return to bug 688396