diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-05-19 09:40:45 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-05-19 09:43:04 (GMT) |
commit | ba5fb9f05c891feac8ab69006189de1aaafebc18 (patch) | |
tree | ec840fceeff6a586b5e36c86fe86f125d99ea4cd | |
parent | 589a8689705dc0572990b416f7ef085986ff2f57 (diff) | |
download | Qt-ba5fb9f05c891feac8ab69006189de1aaafebc18.zip Qt-ba5fb9f05c891feac8ab69006189de1aaafebc18.tar.gz Qt-ba5fb9f05c891feac8ab69006189de1aaafebc18.tar.bz2 |
Cocoa 64: ssl does not work
The reason is the tha config.test ssl failed building. And the reason for
that was a bad makefile flag (i386_64).
Task-number: 253887
Reviewed-by: Trenton Schulz
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2717,6 +2717,7 @@ if [ "$PLATFORM_MAC" = "yes" ]; then # Build commmand line arguments we can pass to the compiler during configure tests # by prefixing each arch with "-arch". CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/x86/i386}" + CFG_MAC_ARCHS_GCC_FORMAT="${CFG_MAC_ARCHS/i386_64/x86_64}" for ARCH in $CFG_MAC_ARCHS_GCC_FORMAT; do MAC_ARCHS_COMMANDLINE="$MAC_ARCHS_COMMANDLINE -arch $ARCH" done |