aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/entropybroker/musl-link-libexecinfo.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-14 17:52:21 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-14 17:52:28 -0300
commit134a01279b0dd3fbabd7f81fe28fabcee64adfc6 (patch)
tree0c8c726883e80d00251da71627514a891acd05e1 /unmaintained/entropybroker/musl-link-libexecinfo.patch
parentf16a4176cdef3ece55f6670819046db098a183de (diff)
downloadaports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.bz2
aports-134a01279b0dd3fbabd7f81fe28fabcee64adfc6.tar.xz
unmaintained/entropybroker: move from testing
- Requires crypto++-5.6.2 and is thus blocking crypto++ update to 8.2.0 - Upstream has no intention of following API (https://github.com/flok99/entropybroker/issues/8) - Has no maintainer
Diffstat (limited to 'unmaintained/entropybroker/musl-link-libexecinfo.patch')
-rw-r--r--unmaintained/entropybroker/musl-link-libexecinfo.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/unmaintained/entropybroker/musl-link-libexecinfo.patch b/unmaintained/entropybroker/musl-link-libexecinfo.patch
new file mode 100644
index 0000000000..595db2efdf
--- /dev/null
+++ b/unmaintained/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