Skip to content

Commit

Permalink
Merge pull request #70 from larsewi/checklib
Browse files Browse the repository at this point in the history
Remove explicit -ldl -lm link flags
  • Loading branch information
larsewi authored May 3, 2024
2 parents 9c4fe8c + be270f8 commit 90bb3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 90bb3ec

Please sign in to comment.