From aa55d2855dcf3d19eecd0c9cecdbe6a7f32156a2 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 20 Mar 2024 21:36:41 -0300 Subject: [PATCH] No need to link against sbuf anymore --- ext/bsdcontrol.rb/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/bsdcontrol.rb/extconf.rb b/ext/bsdcontrol.rb/extconf.rb index 18fce36..72f70c6 100644 --- a/ext/bsdcontrol.rb/extconf.rb +++ b/ext/bsdcontrol.rb/extconf.rb @@ -1,3 +1,3 @@ require 'mkmf' -$LIBS << ' -lsbuf -lhbsdcontrol' +$LIBS << ' -lhbsdcontrol' create_makefile("bsdcontrol.rb")