From 587ac3d0c27146287e02f3a95f34aa6b9c746da9 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 26 Oct 2025 10:18:02 +0800 Subject: [PATCH] Remove nl --- src/SPC/builder/unix/library/net_snmp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SPC/builder/unix/library/net_snmp.php b/src/SPC/builder/unix/library/net_snmp.php index 77d6d434..bafa5e52 100644 --- a/src/SPC/builder/unix/library/net_snmp.php +++ b/src/SPC/builder/unix/library/net_snmp.php @@ -15,6 +15,7 @@ trait net_snmp ->setEnv(['PKG_CONFIG' => getenv('PKG_CONFIG') . ' --static']) ->configure( '--disable-mibs', + '--without-nl', '--with-default-snmp-version="3"', '--with-sys-contact="@@no.where"', '--with-sys-location="Unknown"',