Repository: commons-crypto Updated Branches: refs/heads/master f2b855cdf -> 04fe3daf1
CRYPTO-49: Fix build of X86 Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/04fe3daf Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/04fe3daf Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/04fe3daf Branch: refs/heads/master Commit: 04fe3daf1b0dde73c76c827165909682773fc798 Parents: f2b855c Author: Dapeng Sun <s...@apache.org> Authored: Tue May 3 07:38:44 2016 -0400 Committer: Sun Dapeng <s...@apache.org> Committed: Wed May 4 13:46:24 2016 +0800 ---------------------------------------------------------------------- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/04fe3daf/Makefile.common ---------------------------------------------------------------------- diff --git a/Makefile.common b/Makefile.common index d806be2..f7a4674 100644 --- a/Makefile.common +++ b/Makefile.common @@ -96,8 +96,8 @@ Linux-x86_CC := $(CROSS_PREFIX)gcc Linux-x86_CXX := $(CROSS_PREFIX)g++ Linux-x86_STRIP := $(CROSS_PREFIX)strip ifeq ($(IBM_JDK_7),) - Linux-x86_CXXFLAGS := -include lib/inc_linux/jni_md.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32 - Linux-x86_CFLAGS := -include lib/inc_linux/jni_md.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32 + Linux-x86_CXXFLAGS := -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32 + Linux-x86_CFLAGS := -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32 else Linux-x86_CXXFLAGS := -include $(IBM_JDK_LIB)/jni_md.h -include $(IBM_JDK_LIB)/jniport.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32 Linux-x86_CFLAGS := -include $(IBM_JDK_LIB)/jni_md.h -include $(IBM_JDK_LIB)/jniport.h -I$(JAVA_HOME)/include -O2 -fPIC -fvisibility=hidden -m32