diff options
| author | quapka | 2024-07-24 17:17:48 +0200 |
|---|---|---|
| committer | quapka | 2024-07-24 17:17:48 +0200 |
| commit | 282704b9ee92d33b67292700cb265deffc052ad6 (patch) | |
| tree | 0f742d7e0573ba3facecc0e9b35171afddd4ac95 /standalone/src | |
| parent | d798fffc674fe8d84c26f14ce935611f8afefb6c (diff) | |
| download | ECTester-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/Makefile | 2 |
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 $< |
