3 // For gnuace we want to use built-in macros instead of
4 // the values provided by the openssl base project.
7 includes -= $(SSL_INCDIR)
8 includes -= /usr/kerberos/include
9 libpaths -= $(SSL_LIBDIR)
12 // These values get set in platform_macros.GNU or defaulted
13 // in wrapper_macros.GNU if the GNU make variable ssl is set to 1.
15 compile_flags += $(PLATFORM_SSL_CPPFLAGS)
16 linkflags += $(PLATFORM_SSL_LDFLAGS)
17 pure_libs += $(PLATFORM_SSL_LIBS)