From 3b69204dd2d2caeb9beec2584abbf2990789155a Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 29 Mar 2011 08:59:50 +0100 Subject: 20110329-0859 --- CHANGES | 1 + emu/Linux/mkfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e526c63d..2c0859e8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ 20110329 + emu/Linux/mkfile - try searching -lpthread after -lrt for sem_* [issue 247] emu/port/devfs-posix.c - treat unix domain sockets as files (open/read/write/close) [npe, rsc, issue 254] emu/port/devfs-posix.c - use volatile correctly; slight code tidy emu/lib9/errstr-posix.c replace EINTR's error string by Eintr's text diff --git a/emu/Linux/mkfile b/emu/Linux/mkfile index 97a7fd9c..e9f5f922 100644 --- a/emu/Linux/mkfile +++ b/emu/Linux/mkfile @@ -33,7 +33,7 @@ LIBNAMES=${LIBS:%=lib%.a} HFILES=\ CFLAGS='-DROOT="'$ROOT'"' -DEMU -I. -I../port -I$ROOT/$SYSTARG/$OBJTYPE/include -I$ROOT/include -I$ROOT/libinterp $CTHREADFLAGS $CFLAGS $EMUOPTIONS -SYSLIBS= $X11LIBS -lm -lrt +SYSLIBS= $X11LIBS -lm -lrt -lpthread KERNDATE=`{$NDATE} default:V: $O.$CONF -- cgit v1.2.3