From e3d45691ff4df1fa145f999542b973686045a264 Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Fri, 12 Oct 2007 15:03:12 -0600 Subject: [PATCH] ssl makeflags should never have been checked in --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index fc84091fd0..ae82a6c8a1 100644 --- a/makefile +++ b/makefile @@ -225,7 +225,7 @@ $(jni-objects): $(bld)/%.o: $(classpath)/%.cpp $(jni-library): $(jni-objects) @echo "linking $(@)" - $(cc) $(lflags) $(shared) $(^) -o $(@) -lssl -lcrypto + $(cc) $(lflags) $(shared) $(^) -o $(@) $(executable): $(interpreter-objects) $(stdcpp-objects) @echo "linking $(@)"