diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-03-27 21:33:14 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-01 19:24:05 +0000 |
commit | 6880dfb6e909b5cb5d73e770f5a0f4227515b610 (patch) | |
tree | c82ad2b6ef17faffc8bc97b007df4df079c71c9a /testing/entropybroker/musl-link-libexecinfo.patch | |
parent | a9bccb09bad16864922406dbe9286e05f7402574 (diff) | |
download | aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.bz2 aports-6880dfb6e909b5cb5d73e770f5a0f4227515b610.tar.xz |
testing/entropybroker: new aport
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 |