Applied.


Jerry DeLapp wrote:

>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)
>  
>

-- 
------------------------------------------------------
 Brian Elliott Finley           Mobile:  630.631.6621
 gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52
------------------------------------------------------



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to