From eeec439e1c1a900247548ca12628dd7b01ff14a2 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Sun, 5 Jul 2020 11:29:18 -0700 Subject: [PATCH] Remove current directory library include path in configure not present in cmake. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7a381ec3..b9951c4a 100755 --- a/configure +++ b/configure @@ -68,7 +68,7 @@ fi # set defaults before processing command line options LDCONFIG=${LDCONFIG-"ldconfig"} -LDFLAGS=${LDFLAGS-"-L."} +LDFLAGS=${LDFLAGS} LDSHAREDLIBC="${LDSHAREDLIBC--lc}" DEFFILE= RC= -- 2.47.2