Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please exclude -ldl for NetBSD #332

Open
mayureshw opened this issue Sep 13, 2024 · 0 comments
Open

Please exclude -ldl for NetBSD #332

mayureshw opened this issue Sep 13, 2024 · 0 comments

Comments

@mayureshw
Copy link

Patch attached.

--- Makefile.orig       2024-05-04 04:10:46.000000000 +0000
+++ Makefile
@@ -138,7 +138,7 @@ endif

 # LIBS := -ldl -lrt
 LIBS += -lm
-ifneq ($(OS), FreeBSD)
+ifeq ($(filter $(OS), FreeBSD NetBSD),)
   LIBS += -ldl
 endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant