Codebase list aribb24 / 5ccd9e2
Link libm Sebastian Ramacher 6 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sebastian Ramacher <sramacher@debian.org>
1 Date: Wed, 8 Nov 2017 21:33:54 +0100
2 Subject: Link libm
3
4 ---
5 configure.ac | 2 ++
6 1 file changed, 2 insertions(+)
7
8 diff --git a/configure.ac b/configure.ac
9 index 2e5c692..71843be 100644
10 --- a/configure.ac
11 +++ b/configure.ac
12 @@ -13,6 +13,8 @@ AC_PROG_MAKE_SET
13 LT_INIT
14
15 # Checks for libraries.
16 +AC_SEARCH_LIBS(sqrt, m)
17 +
18 pkg_requires=""
19 PKG_CHECK_MODULES(PNG, "libpng", [
20 AC_DEFINE(HAVE_PNG, 1, "have libpng")
0 0001-Link-libm.patch