From ddae25897dd829ff96a19331e6ad30620bd8adbd Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Mon, 16 Jan 2023 15:55:44 +0800 Subject: [PATCH] #463399 Gbp-Pq: Name omit_extra_libs.patch --- apr-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apr-config.in b/apr-config.in index 132d98b..5908a10 100644 --- a/apr-config.in +++ b/apr-config.in @@ -36,7 +36,7 @@ SHELL="@SHELL@" CPPFLAGS="@EXTRA_CPPFLAGS@" CFLAGS="@EXTRA_CFLAGS@" LDFLAGS="@EXTRA_LDFLAGS@" -LIBS="@EXTRA_LIBS@" +LIBS="" EXTRA_INCLUDES="@EXTRA_INCLUDES@" SHLIBPATH_VAR="@shlibpath_var@" APR_SOURCE_DIR="$(cd @installbuilddir@/.. ; pwd)"