bacula-fd: Add libgcc hack

This commit is contained in:
Tee KOBAYASHI 2022-05-16 09:38:18 +09:00 committed by xtkoba
parent ee623f4089
commit abc972d5b3
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ac_cv_func_setpgrp_void=yes
"
termux_step_pre_configure() {
LDFLAGS+=" $($CC -print-libgcc-file-name)"
LDFLAGS+=" -Wl,-rpath=${TERMUX_PREFIX}/lib/bacula -Wl,--enable-new-dtags"
}