From be270f84fc6aff4a7109d911194f577e344d64b6 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Fri, 3 May 2024 17:40:05 +0200 Subject: [PATCH] Remove explicit -ldl -lm link flags Ticket: None Changelog: None Signed-off-by: Lars Erik Wik --- configure.ac | 2 +- lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6f427b6fd..d6acc5f58 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([leech], [0.1.16], [https://github.com/larsewi/leech/issues], [leech], +AC_INIT([leech], [1.1.17], [https://github.com/larsewi/leech/issues], [leech], [https://github.com/larsewi/leech]) AC_CONFIG_SRCDIR([lib/leech.h]) diff --git a/lib/Makefile.am b/lib/Makefile.am index b22e78838..473b297e8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -38,4 +38,4 @@ libleech_la_SOURCES = leech.c \ sha1.h sha1.c \ module.h module.c \ definitions.h -libleech_la_LDFLAGS = -ldl -lm -no-undefined +libleech_la_LDFLAGS = -no-undefined