mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH] extconf: remove unneeded checks
@ 2023-01-13 21:33 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2023-01-13 21:33 UTC (permalink / raw)
  To: mwrap-public

libdl is no longer needed since we no longer use dlsym(3).
libc is assumed, not sure what I was smoking when I added
an explicit check for that...
---
 ext/mwrap/extconf.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ext/mwrap/extconf.rb b/ext/mwrap/extconf.rb
index 3336548..f184b76 100644
--- a/ext/mwrap/extconf.rb
+++ b/ext/mwrap/extconf.rb
@@ -7,8 +7,6 @@ have_func 'mempcpy'
 have_library 'urcu-cds' or abort 'userspace RCU not installed'
 have_header 'urcu/rculfhash.h' or abort 'rculfhash.h not found'
 have_library 'urcu-bp' or abort 'liburcu-bp not found'
-have_library 'dl'
-have_library 'c'
 have_library 'execinfo' # FreeBSD
 $defs << '-DHAVE_XXHASH' if have_header('xxhash.h')
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-13 21:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 21:33 [PATCH] extconf: remove unneeded checks Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).