2010/1/2 Bruce Dubbs <[email protected]>: > Ken Moffat wrote: > >> http://strace.git.sourceforge.net/git/gitweb.cgip=strace/strace;a=commitdiff_plain;h=f0df31e > > The link didn't work for me. > > Is this it? > > projects / strace/strace / blobdiff > > --- a/configure.ac > +++ b/configure.ac > @@ -258,7 +258,7 @@ AC_CHECK_HEADERS([ \ > ], [], []) > AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h > linux/if_packet.h], > [], [], [#include <stddef.h> > -#include <linux/socket.h>]) > +#include <sys/socket.h>]) > AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>]) > AC_CHECK_TYPES([struct sigcontext_struct, > struct sigcontext],,, [#include <signal.h>]) > > I don't have 2.6.32 installed yet so I can't check it either. > > -- Bruce > -- > http://linuxfromscratch.org/mailman/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
Yes, that's the one. Not sure what was wrong in the link - ah I only pasted the part that was visible in the address bar http://strace.git.sourceforge.net/git/gitweb.cgi p=strace/strace;a=commit;h=f0df31e71a58c6e79ba77c1a9d84b2f38d44bec7 (that should all be on one line, of course) Using it will need autoreconf or similar (so, I guess for a BLFS patch it will be best to do the autofoo and then rediff the configure file). ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
