From bbcc05c0045a6ae36f2ab3805cc11a41af2e997f Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Sun, 29 May 2022 21:20:32 -0400 Subject: [PATCH] Corrected a (very bad) accidental deletion in the last commit that causes the compile to fail. --- VERSION | 2 +- scripts/defs.mak.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 619b7fd5..c7ab4235 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.306 +8.3.307 diff --git a/scripts/defs.mak.in b/scripts/defs.mak.in index 7aa921fc..d1389e8b 100755 --- a/scripts/defs.mak.in +++ b/scripts/defs.mak.in @@ -63,6 +63,7 @@ MSED = @MSED@ RANLIB = @RANLIB@ SHDLIB_EXT = @SHDLIB_EXT@ ZLIB_FLAG = @ZLIB_FLAG@ +LDDL_FLAGS = ${LDFLAGS} @LDDL_FLAGS@ LD_RUN_PATH = @LD_RUN_PATH@ LIB_SPECS = @LIB_SPECS@ LIB_SPECS_NOSTUB = @LIB_SPECS_NOSTUB@