source: radare2 version: 1.1.0+dfsg-1 tags: patch Hi Maintainer
This is essentially the same bug as #653873, but it now affects libr_bin instead of libr_core. The attached patch can be applied against version 1.1.0+dfsg and 1.2.1+dfsg in experimental. Regards Graham
Description: Fix FTBFS when linked with -Wl,--as-needed Author: Graham Inggs <gin...@debian.org> Last-Update: 2017-02-27 --- a/libr/bin/Makefile +++ b/libr/bin/Makefile @@ -11,6 +11,7 @@ $(MAKE) -C d CFLAGS+=-DCORELIB -Iformat -Imangling +LDFLAGS+=${LIBMAGIC} include ${STATIC_BIN_PLUGINS} include ${STATIC_BIN_XTR_PLUGINS}