From 51a2d68d3fd56f5d7fcc7169cda5c90e6b5edc7e Mon Sep 17 00:00:00 2001 From: Andrew Gainer Date: Mon, 27 Jun 2022 15:33:05 +0800 Subject: [PATCH] missing_math_lib =================================================================== Gbp-Pq: Name missing_math_lib.patch --- configure.ac | 2 +- src/Makefile.am | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5a2f76c..11e8fdc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.63]) AC_INIT([libbs2b], [3.1.0], [boris_mikhaylov@users.sourceforge.net]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects - dist-zip dist-bzip2 dist-lzma]) + dist-zip dist-bzip2]) AC_CONFIG_SRCDIR([src/bs2b.h]) # Checks for programs. diff --git a/src/Makefile.am b/src/Makefile.am index 414aeec..8826768 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,10 @@ libbs2b_la_DEPENDENCIES = \ $(bs2b_HEADERS) libbs2b_la_LDFLAGS = \ - -lm -version-info 0:0:0 + -version-info 0:0:0 + +libbs2b_la_LIBADD = \ + -lm libbs2b_la_SOURCES = \ bs2b.c \