ssl makeflags should never have been checked in

This commit is contained in:
Eric Scharff 2007-10-12 15:03:12 -06:00
parent 05321e97f9
commit e3d45691ff

View File

@ -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 $(@)"