From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/strace
Date: Fri, 17 Nov 2006 03:52:58 -0800 (PST) [thread overview]
Message-ID: <20061117115258.F28264860E@busybox.net> (raw)
Author: aldot
Date: 2006-11-17 03:52:58 -0800 (Fri, 17 Nov 2006)
New Revision: 16557
Log:
- that version didn't build for me.
Update version and make it compile..
Added:
trunk/buildroot/package/strace/strace-undef-CTL_PROC.patch
trunk/buildroot/package/strace/strace-undef-PACKET_MEMBERSHIP.patch
Modified:
trunk/buildroot/package/strace/strace.mk
Changeset:
Added: trunk/buildroot/package/strace/strace-undef-CTL_PROC.patch
===================================================================
--- trunk/buildroot/package/strace/strace-undef-CTL_PROC.patch 2006-11-17 11:51:17 UTC (rev 16556)
+++ trunk/buildroot/package/strace/strace-undef-CTL_PROC.patch 2006-11-17 11:52:58 UTC (rev 16557)
@@ -0,0 +1,12 @@
+--- strace-4.5.12/system.c.oorig 2005-06-01 21:22:06.000000000 +0200
++++ strace-4.5.12/system.c 2006-09-28 18:18:31.000000000 +0200
+@@ -1572,7 +1572,9 @@
+ { CTL_KERN, "CTL_KERN" },
+ { CTL_VM, "CTL_VM" },
+ { CTL_NET, "CTL_NET" },
++#ifdef CTL_PROC
+ { CTL_PROC, "CTL_PROC" },
++#endif
+ { CTL_FS, "CTL_FS" },
+ { CTL_DEBUG, "CTL_DEBUG" },
+ { CTL_DEV, "CTL_DEV" },
Added: trunk/buildroot/package/strace/strace-undef-PACKET_MEMBERSHIP.patch
===================================================================
--- trunk/buildroot/package/strace/strace-undef-PACKET_MEMBERSHIP.patch 2006-11-17 11:51:17 UTC (rev 16556)
+++ trunk/buildroot/package/strace/strace-undef-PACKET_MEMBERSHIP.patch 2006-11-17 11:52:58 UTC (rev 16557)
@@ -0,0 +1,15 @@
+--- strace-4.5.14/net.c.oorig 2005-07-05 01:33:38.000000000 +0200
++++ strace-4.5.14/net.c 2006-10-09 16:35:02.000000000 +0200
+@@ -800,8 +800,12 @@
+
+ #ifdef SOL_PACKET
+ static const struct xlat sockpacketoptions[] = {
++#if defined(PACKET_ADD_MEMBERSHIP)
+ { PACKET_ADD_MEMBERSHIP, "PACKET_ADD_MEMBERSHIP" },
++#endif
++#if defined(PACKET_DROP_MEMBERSHIP)
+ { PACKET_DROP_MEMBERSHIP, "PACKET_DROP_MEMBERSHIP"},
++#endif
+ #if defined(PACKET_RECV_OUTPUT)
+ { PACKET_RECV_OUTPUT, "PACKET_RECV_OUTPUT" },
+ #endif
Modified: trunk/buildroot/package/strace/strace.mk
===================================================================
--- trunk/buildroot/package/strace/strace.mk 2006-11-17 11:51:17 UTC (rev 16556)
+++ trunk/buildroot/package/strace/strace.mk 2006-11-17 11:52:58 UTC (rev 16557)
@@ -3,7 +3,7 @@
# strace
#
#############################################################
-STRACE_VER:=4.5.12
+STRACE_VER:=4.5.14
STRACE_SOURCE:=strace-$(STRACE_VER).tar.bz2
STRACE_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/strace
STRACE_CAT:=bzcat
@@ -24,9 +24,10 @@
(cd $(STRACE_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ aaa_ac_cv_header_linux_if_packet_h=yes \
./configure \
- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
+ --target=$(REAL_GNU_TARGET_NAME) \
+ --host=$(REAL_GNU_TARGET_NAME) \
--build=$(GNU_HOST_NAME) \
--prefix=/usr \
--exec-prefix=/usr \
next reply other threads:[~2006-11-17 11:52 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-17 11:52 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-01-20 12:57 [Buildroot] svn commit: trunk/buildroot/package/strace aldot at uclibc.org
2007-01-29 17:02 aldot at uclibc.org
2007-02-04 18:21 aldot at uclibc.org
2007-02-06 18:12 sjhill at uclibc.org
2007-02-07 2:51 sjhill at uclibc.org
2007-07-23 10:26 ulf at uclibc.org
2007-07-24 17:59 aldot at uclibc.org
2007-07-24 17:56 ` Yann E. MORIN
2007-11-03 7:23 ulf at uclibc.org
2008-03-24 19:29 nkukard at uclibc.org
2008-04-24 9:03 jacmet at uclibc.org
2008-08-04 19:06 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-08-04 19:07 jacmet at uclibc.org
2008-10-20 9:04 jacmet at uclibc.org
2008-12-01 13:49 egtvedt at uclibc.org
2008-12-22 22:10 jacmet at uclibc.org
2009-01-08 9:24 egtvedt 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=20061117115258.F28264860E@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