aboutsummaryrefslogtreecommitdiff
path: root/standalone/src
diff options
context:
space:
mode:
authorquapka2024-07-24 17:17:48 +0200
committerquapka2024-07-24 17:17:48 +0200
commit282704b9ee92d33b67292700cb265deffc052ad6 (patch)
tree0f742d7e0573ba3facecc0e9b35171afddd4ac95 /standalone/src
parentd798fffc674fe8d84c26f14ce935611f8afefb6c (diff)
downloadECTester-282704b9ee92d33b67292700cb265deffc052ad6.tar.gz
ECTester-282704b9ee92d33b67292700cb265deffc052ad6.tar.zst
ECTester-282704b9ee92d33b67292700cb265deffc052ad6.zip
Diffstat (limited to 'standalone/src')
-rw-r--r--standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/Makefile b/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/Makefile
index aee0a5e..f3d95c0 100644
--- a/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/Makefile
+++ b/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/Makefile
@@ -127,7 +127,7 @@ tomcrypt.o: tomcrypt.c
botan: botan_provider.so
botan_provider.so: botan.o cpp_utils.o | lib_timing.so lib_cppsignals.so
- $(CXX) $(LFLAGS) -o $@ -Wl,-rpath,'$$ORIGIN/lib' $^ -L. $(shell pkg-config --libs botan-2) -l:lib_timing.so -l:lib_cppsignals.so
+ $(CXX) $(LFLAGS) -o $@ -Wl,-rpath,'$$ORIGIN/lib' $^ -L. -Wl,-Bstatic $(shell pkg-config --libs botan-2) -Wl,-Bdynamic -l:lib_timing.so -l:lib_cppsignals.so
botan.o: botan.cpp
$(CXX) $(shell pkg-config --cflags botan-2) $(CXXFLAGS) -c $<