The attached patch is needed to coerce the openssh build into using the i486 
instruction set.

--- make.d/openssh.rul	2005-02-07 23:00:54.092728872 -0700
+++ make.d/openssh.rul	2005-02-07 23:01:54.856491376 -0700
@@ -32,8 +32,7 @@
 OPENSSH_SOURCE := $(SRC_DIR)/$(OPENSSH_TARBALL)
 
 ifeq ($(ARCH),i386)
-    # should this be i486?  as we use an i486 kernel? -BEF-
-	SSH_HOST_TYPE=i586-pc-linux-gnu
+	SSH_HOST_TYPE=i486-pc-linux-gnu
 endif
 
 
@@ -45,7 +44,7 @@
 	( cd $(SRC_DIR) && tar -xvzf $(OPENSSH_TARBALL) )
 	cd $(SRC_DIR)/$(OPENSSH_DIR) && ./configure --prefix=/usr \
 												--sysconfdir=/etc/ssh \
-												--host=i586-pc-linux-gnu
+												--build=i486-pc-linux-gnu
 	$(MAKE) -C $(SRC_DIR)/$(OPENSSH_DIR)
 
 $(SRC_DIR)/openssh_verify.stamp:	$(OPENSSH_TARBALL_TARGET)

Reply via email to