mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add kludge for broken HTTP proxies.
This commit is contained in:
parent
7c67adea66
commit
fda386855b
20 changed files with 140 additions and 83 deletions
12
NOTES
12
NOTES
|
@ -32,3 +32,15 @@ rndw32 tested on:
|
|||
|
||||
|
||||
|
||||
tried to compile GnuPG on AIX 4.3 on a power CPU based machine. It
|
||||
doesn't work out of the box but i found a way to do so:
|
||||
|
||||
PowerPC based machines:
|
||||
CFLAGS="-g -O2 -mcpu=powerpc" ./configure --disable-asm --disable-dynload
|
||||
+--enable-static-rnd=egd
|
||||
|
||||
Power1 and Power2 machines:
|
||||
CFLAGS="-g -O2 -mcpu=power" ./configure --disable-asm --disable-dynload
|
||||
+--enable-static-rnd=egd
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue