From 42b030dea67e289f61620918bfc3202ef75fa00e Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Sat, 28 Oct 2006 02:27:38 -0700 Subject: Import Debian changes 5e3-5 scm (5e3-5) unstable; urgency=low * build.scm (build: C-libraries): Duplicate linux section for linux-ia64. --- build.scm | 10 ++++++++++ debian/changelog | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/build.scm b/build.scm index 52af8ac..1405d5a 100644 --- a/build.scm +++ b/build.scm @@ -558,6 +558,16 @@ (nostart linux "" "" #f () ()) (dump linux "" "" #f ("unexelf.c" "gmalloc.c") ()) + (m linux-ia64 "" "-lm" "/lib/libm.so" () ()) + (c linux-ia64 "" "-lc" "/lib/libc.so" () ()) + (dlll linux-ia64 "-DSUN_DL" "-ldl" #f () ()) + (regex linux-ia64 "" "" "" () ()) + (graphics linux-ia64 "-I/usr/include/X11 -DX11" "-L/usr/X11R6/lib -lX11" + "/usr/X11R6/lib/libX11.so" () ()) + (curses linux-ia64 "" "-lcurses" "/lib/libncurses.so" () ()) + (nostart linux-ia64 "" "" #f () ()) + (dump linux-ia64 "" "" #f ("unexelf.c" "gmalloc.c") ()) + (dump irix "" "-G 0" #f () ()) (m acorn-unixlib "" "" #f () ()) diff --git a/debian/changelog b/debian/changelog index a5ec543..0e6fc36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +scm (5e3-5) unstable; urgency=low + + * build.scm (build: C-libraries): Duplicate linux section for linux-ia64. + + -- Thomas Bushnell, BSG Sat, 28 Oct 2006 02:27:38 -0700 + scm (5e3-4) unstable; urgency=low * debian/rules (PLATFORM): New variable, to hold the SCM platform name; -- cgit v1.2.3