From 3210805be12c6d0c019afda3b67a055a1f61a767 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 31 Oct 2024 10:07:04 +0100 Subject: [PATCH] Fix ldflags --- boringssl-static/pom.xml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/boringssl-static/pom.xml b/boringssl-static/pom.xml index 429a169f..a9b73ad8 100644 --- a/boringssl-static/pom.xml +++ b/boringssl-static/pom.xml @@ -563,6 +563,28 @@ + + ldflags-setup + compile + + run + + + + + + + + + + + + + + + + + native-jar @@ -668,17 +690,6 @@ - - linux - - - linux - - - - -L${boringsslHome}/ssl -L${boringsslHome}/crypto -lssl -lcrypto -static-libstdc++ -l:libstdc++.a - - linux-aarch64