diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:51:38 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:51:38 -0400 |
| commit | 3f37a96f031fe63a14417d659c8fdc5e51d691e6 (patch) | |
| tree | e8fbf5aa3319591a90b0e43f4fd6321228d49ff4 /configure.ac | |
| parent | Import LibreSSL 4.3.1 (diff) | |
| download | libretls-3f37a96f031fe63a14417d659c8fdc5e51d691e6.tar.gz libretls-3f37a96f031fe63a14417d659c8fdc5e51d691e6.zip | |
Import LibreSSL 4.3.2 upstream
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eb2b9ce..c0ad033 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # This must be saved before AC_PROG_CC USER_CFLAGS="$CFLAGS" +USER_LDFLAGS="$LDFLAGS" AC_PROG_CC([cc gcc]) AM_PROG_CC_C_O |