patches/ltrace/0.4/120-alpha-support.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Jan 13 22:30:10 2010 +0100 (2010-01-13)
changeset 1733 02db017f4fe1
permissions -rw-r--r--
debug/gdb: install ncurses in a temporary place

We only build the static ncurses, to be used to build the native gdb,
and it needs not be available for anyone but us. So install it into
a temporary place, and get rid of it once gdb is built.
yann@988
     1
diff -durN ltrace-0.4.orig/Makefile.in ltrace-0.4/Makefile.in
yann@988
     2
--- ltrace-0.4.orig/Makefile.in	2008-10-26 15:34:21.000000000 +0100
yann@988
     3
+++ ltrace-0.4/Makefile.in	2008-10-26 15:37:40.000000000 +0100
yann@988
     4
@@ -5,6 +5,7 @@
yann@988
     5
 OS		:= @HOST_OS@
yann@988
     6
 ARCH		:= $(shell echo "@HOST_ARCH@" |sed -e s/i.86/i386/      \
yann@988
     7
 						   -e s/sun4u/sparc64/  \
yann@988
     8
+						   -e s/alpha.*/alpha/  \
yann@988
     9
 						   -e s/arm.*/arm/      \
yann@988
    10
 						   -e s/sa110/arm/      \
yann@988
    11
 						   -e s/ppc64/ppc/      \