# HG changeset patch # User Tassilo Philipp # Date 1664808735 -7200 # Node ID 14c582c828b9e2dc3090bdab9126b3be1d4fbad5 # Parent c754150fe87f37c08a262c14df81142a523ee066 - test/resolve_self: use a more portable linker option to export exec symbols (fixes some builds) diff -r c754150fe87f -r 14c582c828b9 test/resolve_self/Makefile.generic --- a/test/resolve_self/Makefile.generic Mon Oct 03 13:49:19 2022 +0200 +++ b/test/resolve_self/Makefile.generic Mon Oct 03 16:52:15 2022 +0200 @@ -3,7 +3,7 @@ SRCTOP = ${VPATH}/../.. BLDTOP = ../.. CFLAGS += -I${SRCTOP}/dynload -LDFLAGS += -rdynamic +LDFLAGS += -Wl,--export-dynamic LDLIBS_D = -L${BLDTOP}/dynload -ldynload_s .PHONY: all clean install all: ${APP}