Skip to content

Commit

Permalink
Revert "understand makefile.dj settings for compatibility"
Browse files Browse the repository at this point in the history
This reverts commit 89c3efa.

This feeld a lot of clutter. Let's revisit this if there is an expressed
need for this.
  • Loading branch information
vszakats committed Oct 26, 2022
1 parent 64ca2c0 commit 3e438c3
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions lib/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,35 +96,6 @@ ifdef WATT_ROOT
CFG += -watt
WATT_PATH := $(realpath $(WATT_ROOT))
endif
ifneq ($(findstring 1,$(USE_OPENSSL)$(USE_SSL)),)
CFG += -ssl
OPENSSL_PATH := $(OPENSSL_ROOT)
endif
ifeq ($(USE_ZLIB),1)
CFG += -zlib
ZLIB_PATH := $(ZLIB_ROOT)
endif
ifeq ($(USE_IPV6),1)
CFG += -ipv6
endif
ifeq ($(USE_IDNA),1)
CFG += -idn2
LIBIDN2_PATH := $(LIBIDN_ROOT)
LIBS += -liconv
endif
ifeq ($(USE_ARES),1)
CFG += -ares
LIBCARES_PATH := $(ARES_ROOT)
endif
ifeq ($(USE_DEBUG),1)
CFG += -debug
endif
ifeq ($(USE_CURLDEBUG),1)
CFG += -trackmem
endif
ifeq ($(MAKE_MAP_FILE),1)
CFG += -map
endif

### Optional features

Expand Down

0 comments on commit 3e438c3

Please sign in to comment.