[pkg-opensc-commit] [opensc] 03/23: build 64 bit binaries only
Eric Dorland
eric at moszumanska.debian.org
Tue Jul 5 06:01:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository opensc.
commit 4a3e986f8ea631a7697110a7568325ed820f28c1
Author: Frank Morgner <frankmorgner at gmail.com>
Date: Wed May 18 16:09:14 2016 +0200
build 64 bit binaries only
Starting with OS X 10.8 only 64 bit binaries are needed
---
MacOSX/build-package.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MacOSX/build-package.in b/MacOSX/build-package.in
index 62a2305..3c9dcc6 100755
--- a/MacOSX/build-package.in
+++ b/MacOSX/build-package.in
@@ -15,7 +15,7 @@ SDKS_PATH="$(xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs"
SDK_PATH="${SDK_PATH:-$SDKS_PATH/$(ls -1 ${SDKS_PATH} | sort -n -k2 -t. -r | head -1)}"
# Set SDK path
-export CFLAGS="$CFLAGS -isysroot $SDK_PATH -arch i386 -arch x86_64 -mmacosx-version-min=10.10"
+export CFLAGS="$CFLAGS -isysroot $SDK_PATH -arch x86_64 -mmacosx-version-min=10.10"
# OpenSSL is deprecated on OSX since 10.7 and that generates lots of
# "false positive" warnings and there is no alternative option.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git
More information about the pkg-opensc-commit
mailing list