Ooops, I forgot that I was working on top of Bernard's modified SRPM. Yes, please add the attached patch, too. I guess it solves problems with RHEL4? Bernard? (With 3.4.1/RHEL3 I actually didn't need another openssh).
Regards, Erich On Monday 11 July 2005 19:01, Bernard Li wrote: > Hey Erich: > > > 3: make.d/zlib.rul > > - as Bernard Li observed, with the new zlib version one > > doesn't need the > > "-fPIC" option any more. > > - still a "rm -f *.o" is needed between the two zlib > > library builds (static > > and shared). > > I believe that you also need to update openssh.rul such that you use at > least version 3.9p1. OPENSSH_MD5SUM needs to be updated as well. > > Cheers, > > Bernard
diff -urN trunk/make.d/openssh.rul systemimager-3.5.2/make.d/openssh.rul --- trunk/make.d/openssh.rul 2005-07-05 12:56:10.000000000 +0200 +++ systemimager-3.5.2/make.d/openssh.rul 2005-07-07 04:14:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# $Id: openssh.rul 3161 2005-06-29 05:41:21Z finley $ +# $Id: openssh.rul 3152 2005-06-15 04:23:41Z dannf $ # # /* vi: set noet ts=4: */ # @@ -11,10 +11,11 @@ # - add to ALL_SOURCE # -OPENSSH_VERSION := 3.8.1p1 +OPENSSH_VERSION := 3.9p1 OPENSSH_DIR := openssh-$(OPENSSH_VERSION) OPENSSH_TARBALL := openssh-$(OPENSSH_VERSION).tar.gz -OPENSSH_MD5SUM := 1dbfd40ae683f822ae917eebf171ca42 +#OPENSSH_MD5SUM := 1dbfd40ae683f822ae917eebf171ca42 +OPENSSH_MD5SUM := 8e1774d0b52aff08f817f3987442a16e OPENSSH_TARBALL_TARGET := $(SRC_DIR)/$(OPENSSH_TARBALL) OPENSSH_URL := http://alpaca.mcs.anl.gov/openssh/portable/$(OPENSSH_TARBALL) OPENSSH_BINARIES := $(SRC_DIR)/$(OPENSSH_DIR)/ssh \
