Repository: commons-crypto Updated Branches: refs/heads/master 873377b3b -> f2e5e8b6e
Alignment Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/f2e5e8b6 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/f2e5e8b6 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/f2e5e8b6 Branch: refs/heads/master Commit: f2e5e8b6e12e2b7521f3deca6b395abc0396124e Parents: 873377b Author: Sebb <[email protected]> Authored: Sat Jul 2 22:16:39 2016 +0100 Committer: Sebb <[email protected]> Committed: Sat Jul 2 22:16:39 2016 +0100 ---------------------------------------------------------------------- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/f2e5e8b6/Makefile.common ---------------------------------------------------------------------- diff --git a/Makefile.common b/Makefile.common index 93c06dd..7b61aea 100644 --- a/Makefile.common +++ b/Makefile.common @@ -80,7 +80,7 @@ CROSS_PREFIX := Default_CC := $(CROSS_PREFIX)gcc Default_CXX := $(CROSS_PREFIX)g++ Default_STRIP := $(CROSS_PREFIX)strip -Default_CFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden +Default_CFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden Default_CXXFLAGS := -I$(JAVA_HOME)/include -Ilib/inc_mac -O2 -fPIC -fvisibility=hidden Default_LINKFLAGS := -shared -static Default_LIBNAME := libcommons-crypto.so
