From c08f9b424cba302fc9479f6854638eb7204cacce Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Thu, 21 Dec 2023 09:22:58 +0100 Subject: [PATCH] [PATCH] Fix missing "LIBS_PRIVATE" for libde265.pc in autoconf builds. From 56d1cf52e43d734692721c99b72815c0fee1f184 Mon Sep 17 00:00:00 2001 Forwarded: https://github.com/strukturag/libde265/pull/439 Forwarded: https://github.com/strukturag/libde265/pull/439 Gbp-Pq: Name fix-private-libs-pc.patch --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index bd60ae6..bc9dea0 100644 --- a/configure.ac +++ b/configure.ac @@ -102,6 +102,9 @@ AC_FUNC_ERROR_AT_LINE # AC_FUNC_REALLOC AC_FUNC_MKTIME +LIBS_PRIVATE="$LIBS -lstdc++" +AC_SUBST(LIBS_PRIVATE) + AM_CONDITIONAL(MINGW, expr $host : '.*-mingw' >/dev/null 2>&1) # Check if "__STRICT_ANSI__" is required. -- 2.30.2