From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.kamstrup.com ([93.167.225.188]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WLtqG-0001xO-Fk for ptxdist@pengutronix.de; Fri, 07 Mar 2014 13:25:51 +0100 From: Bruno Thomsen Date: Fri, 7 Mar 2014 12:25:24 +0000 Message-ID: <915054555B5659448ACF8A70E114824DE75F49AE@Exchange2010.kamstrup.dk> References: <1392977215-14447-1-git-send-email-bth@kamstrup.dk> <20140306172936.GJ32080@pengutronix.de> In-Reply-To: <20140306172936.GJ32080@pengutronix.de> Content-Language: en-US MIME-Version: 1.0 Subject: Re: [ptxdist] [PATCH] net-snmp: Improved SNMPv3 authentication and privacy support. Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: "ptxdist@pengutronix.de" Hi Michael > -----Original Message----- > From: ptxdist-bounces@pengutronix.de [mailto:ptxdist-bounces@pengutronix.de] On Behalf Of Michael Olbrich > Sent: 6. marts 2014 18:30 > To: ptxdist@pengutronix.de > Subject: Re: [ptxdist] [PATCH] net-snmp: Improved SNMPv3 authentication and privacy support. > > Are you sure about this? libnl3 requieres -$SYSROOT/libnl3 and I don't see how this is added. > > The rest looks ok, although the whole file could really use come cleanup. > But that's unrelated to this patch. > In my setup I only use libnl3 (mainline rule), there might be an issue if you install both libnl1 and libnl3. If I understand the "libnl3 requires -$SYSROOT/libnl3" correct, you want to add the following? =================================================================== --- net-snmp.make (revision 191422) +++ net-snmp.make (working copy) @@ -54,6 +54,7 @@ --with-logfile=$(call remove_quotes,$(PTXCONF_NET_SNMP_LOGFILE)) \ --with-persistent-directory=$(call remove_quotes,$(PTXCONF_NET_SNMP_PERSISTENT_DIR)) \ --with-default-snmp-version=$(call remove_quotes,$(PTXCONF_NET_SNMP_DEFAULT_VERSION)) \ + --$(call ptx/wwo, PTXCONF_LIBNL3)-nl=$(SYSROOT)/usr/include/libnl3 \ --enable-shared \ --disable-embedded-perl \ --without-perl-modules \ I didn't want to clutter this patch with rule cleanup, but I was planning to do a cleanup patch after this was mainlined. Venlig hilsen / Best regards Kamstrup A/S Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg Tel: +45 89 93 10 00 Fax: +45 89 93 10 01 Dir: +45 89 93 13 94 E-mail: bth@kamstrup.dk Web: www.kamstrup.dk -- ptxdist mailing list ptxdist@pengutronix.de