Selaa lähdekoodia

- moved TLS_HOOKS init. in Makefile.defs so that it will be available if make
is called from a module directory

Andrei Pelinescu-Onciul 18 vuotta sitten
vanhempi
commit
14a93a9b00
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      Makefile.defs

+ 3 - 1
Makefile.defs

@@ -105,7 +105,9 @@ OSREL_N= $(shell echo $(OSREL) | sed -e 's/^[^0-9]*//' \
 
 # TLS support
 CORE_TLS ?= 
-TLS_HOOKS ?= 
+# by default compile with tls hooks support (so that no ser recompile is
+#  needed before the tls module can be used)
+TLS_HOOKS=1
 ifeq ($(CORE_TLS), 1)
 	RELEASE:=$(RELEASE)-tls
 	TLS_HOOKS:=0