Re: [PATCH] Tru64 build fix for OpenSSL

2004-04-22 Thread Ralf S. Engelschall
On Thu, Apr 22, 2004, Karl Vogel wrote: > OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it > needs to select the alpha-gcc target. > > The file 'config' needs the following change: > > - *-*-tru64) OUT="alpha-cc" ;; > + *-*-tru64) OUT="alpha-gcc" ;; Now fixed with open

[PATCH] Tru64 build fix for OpenSSL

2004-04-22 Thread Karl Vogel
OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it needs to select the alpha-gcc target. The file 'config' needs the following change: - *-*-tru64) OUT="alpha-cc" ;; + *-*-tru64) OUT="alpha-gcc" ;; Rgrds, Karl