The current CVS dies when using DOSemu because librt.so is missing. This
patch fixes that.

Is DOSemu going to be gone in 4.8, or do we want to have a release with both
nt5install and DOSemu to give people some transition time?

Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263


Index: Makefile
===================================================================
RCS file: /cvsroot/unattended/unattended/linuxboot/Makefile,v
retrieving revision 1.181
diff -u -r1.181 Makefile
--- Makefile    4 Apr 2008 10:46:58 -0000       1.181
+++ Makefile    4 Apr 2008 19:38:11 -0000
@@ -334,6 +335,11 @@
 
 $(call copy_lib, build-$(glibc)/dlfcn/libdl.so, stage1/lib/libdl.so)
 
+# DOSemu needs librt
+build-$(glibc)/rt/librt.so: build-$(glibc)/libc.so
+
+$(call copy_lib, build-$(glibc)/rt/librt.so, stage1/lib/librt.so)
+
 # Samba needs libresolv, libnss_*, libnsl, libcrypt
 build-$(glibc)/resolv/libresolv.so: build-$(glibc)/libc.so
 
@@ -367,7 +373,7 @@
        $(patsubst %, stage1/lib/%,                             \
          libc.so ld-linux.so libdl.so libresolv.so libnsl.so   \
          libnss_dns.so libnss_files.so libcrypt.so             \
-         libm.so libutil.so libpthread.so                      \
+         libm.so libutil.so libpthread.so librt.so             \
        )
 
 ## kbd

Attachment: pgpQkNIIX3Kb8.pgp
Description: PGP signature

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to