Skip to content
Snippets Groups Projects
Commit eec083a0 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix in case of non-system openssl being used.

git-svn-id: http://root.cern.ch/svn/root/trunk@43338 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3bc21dac
No related branches found
No related tags found
No related merge requests found
......@@ -91,4 +91,6 @@ distclean:: distclean-$(MODNAME)
ifeq ($(MACOSX_SSL_DEPRECATED),yes)
$(call stripsrc,$(NETDIRS)/TSSLSocket.o): CXXFLAGS += -Wno-deprecated-declarations
endif
$(call stripsrc,$(NETDIRS)/TSSLSocket.o): CXXFLAGS += $(SSLINCDIR:%=-I%)
$(call stripsrc,$(NETDIRS)/THTTPMessage.o): CXXFLAGS += $(SSLINCDIR:%=-I%)
$(call stripsrc,$(NETDIRS)/TWebFile.o): CXXFLAGS += $(NETSSL)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment