summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-17 13:49:49 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-17 13:49:49 +0000
commit4695022767ea01bb9809673e5b2e64bf8e860c18 (patch)
tree01f5e885db4a1f02c296dd7743f32d2aa28cc4fa /mdk-stage1/Makefile.common
parent28c1654615d322517d21f3e894c26be3ce9abbf9 (diff)
downloaddrakx-4695022767ea01bb9809673e5b2e64bf8e860c18.tar
drakx-4695022767ea01bb9809673e5b2e64bf8e860c18.tar.gz
drakx-4695022767ea01bb9809673e5b2e64bf8e860c18.tar.bz2
drakx-4695022767ea01bb9809673e5b2e64bf8e860c18.tar.xz
drakx-4695022767ea01bb9809673e5b2e64bf8e860c18.zip
link dietlibc executables with libcompat for syscall() function
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index b668fab27..21586cb1c 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -40,6 +40,7 @@ endif
endif
DIETLIBC_INCLUDES = -I/usr/lib/dietlibc/include -I.
+DIETLIBC_LIBC = /usr/lib/dietlibc/lib-$(ARCH)/libcompat.a
GLIBC_INCLUDES = -I.
INCLUDES = $($(L)_INCLUDES)