From a830bb67d0896b8b52df5c5963b3961bc37225d3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 17 Aug 2011 16:51:12 +0200 Subject: [PATCH] netsnmpd: disabled embedded perl. this fails with ssp. --- lfs/netsnmpd | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/netsnmpd b/lfs/netsnmpd index 388b20b120..e010807e47 100644 --- a/lfs/netsnmpd +++ b/lfs/netsnmpd @@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-logfile="/var/log/snmpd.log" \ --with-persistent-directory="/var/net-snmp" \ --libdir=/usr/lib \ + --disable-embedded-perl \ --sysconfdir="/etc" cd $(DIR_APP) && make cd $(DIR_APP) && make install -- 2.39.5