diff options
Diffstat (limited to 'testing/entropybroker/musl-link-libexecinfo.patch')
-rw-r--r-- | testing/entropybroker/musl-link-libexecinfo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/entropybroker/musl-link-libexecinfo.patch b/testing/entropybroker/musl-link-libexecinfo.patch new file mode 100644 index 0000000000..595db2efdf --- /dev/null +++ b/testing/entropybroker/musl-link-libexecinfo.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index 39374f0..fcf95c1 100644 +--- a/Makefile ++++ b/Makefile +@@ -17,7 +17,7 @@ CXX=g++ + DEBUG= # -pg #-DHELGRIND #-DCRYPTO_DEBUG #-D_DEBUG #-fprofile-arcs -ftest-coverage # -pg + LINT=-Wshadow -Wall # -W -Wconversion -Wwrite-strings -Wunused + CXXFLAGS+=-O3 -ggdb -DVERSION=\"${VERSION}\" $(LINT) $(DEBUG) -DCONFIG=\"${ETC}/entropy_broker.conf\" -DCACHE_DIR=\"${CACHE}\" -DPID_DIR=\"${PID}\" -DVAR_DIR=\"${VAR}\" -DWEB_DIR=\"${WEB}\" -DFONT=\"${FONT}\" -rdynamic $(PCSC_CFLAGS) +-LDFLAGS+=$(DEBUG) -lrt -lz -lutil -rdynamic -lcryptopp -pthread ++LDFLAGS+=$(DEBUG) -lrt -lz -lutil -rdynamic -lcryptopp -pthread -lexecinfo + + ifeq ($(TFO),yes) + CXXFLAGS+=-DTCP_TFO |