From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/netsnmp
Date: Fri, 20 Apr 2007 04:12:52 -0700 (PDT) [thread overview]
Message-ID: <20070420111252.7C01A48092@busybox.net> (raw)
Author: aldot
Date: 2007-04-20 04:12:50 -0700 (Fri, 20 Apr 2007)
New Revision: 18503
Log:
- pass the correct endian
Modified:
trunk/buildroot/package/netsnmp/netsnmp.mk
Changeset:
Modified: trunk/buildroot/package/netsnmp/netsnmp.mk
===================================================================
--- trunk/buildroot/package/netsnmp/netsnmp.mk 2007-04-20 08:35:45 UTC (rev 18502)
+++ trunk/buildroot/package/netsnmp/netsnmp.mk 2007-04-20 11:12:50 UTC (rev 18503)
@@ -22,6 +22,12 @@
toolchain/patch-kernel.sh $(NETSNMP_DIR) package/netsnmp/ netsnmp\*.patch
touch $(NETSNMP_DIR)/.unpacked
+ifeq ($(BR2_ENDIAN),"BIG")
+NETSNMP_ENDIAN=big
+else
+NETSNMP_ENDIAN=little
+endif
+
# We set CAN_USE_SYSCTL to no and use /proc since the
# sysctl code in this thing is apparently intended for
# freebsd or some such thing...
@@ -37,7 +43,7 @@
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
- --with-endianness=little \
+ --with-endianness=$(NETSNMP_ENDIAN) \
--with-persistent-directory=/var/lib/snmp \
--enable-ucd-snmp-compatibility \
--enable-shared \
next reply other threads:[~2007-04-20 11:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-20 11:12 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-12-28 20:07 [Buildroot] svn commit: trunk/buildroot/package/netsnmp jacmet at uclibc.org
2008-12-28 16:08 jacmet at uclibc.org
2008-11-04 11:31 jacmet at uclibc.org
2008-11-04 11:26 jacmet at uclibc.org
2007-07-17 12:02 ulf at uclibc.org
2007-07-17 11:05 ulf at uclibc.org
2007-06-25 15:07 aldot at uclibc.org
2006-12-20 17:46 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070420111252.7C01A48092@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox