projects
/
libde265.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4455963
)
[PATCH] Fix missing "LIBS_PRIVATE" for libde265.pc in autoconf builds.
author
Joachim Bauch
<bauch@struktur.de>
Thu, 21 Dec 2023 08:22:58 +0000
(09:22 +0100)
committer
Joachim Bauch
<bauch@struktur.de>
Thu, 21 Dec 2023 08:29:24 +0000
(09:29 +0100)
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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index bd60ae6e892ddf92211882f175a6403bb95e049c..bc9dea03a8e6d26a68f937a395e6787927cb8582 100644
(file)
--- 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.