]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src/Makefile.m32: fix undefined curlx_dyn_* errors
authorViktor Szakats <commit@vsz.me>
Sun, 11 Oct 2020 19:30:45 +0000 (19:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Oct 2020 21:42:18 +0000 (23:42 +0200)
by linking `lib/dynbuf.c` when building a static curl binary.
Previously this source file was only included when building
a dynamic curl binary. This was likely possibly because no
functions from the `src/Makefile.inc` / `CURLX_CFILES` sources
were actually required for a curl tool build. This has
recently changed with the introduction of `curlx_dyn_*()`
memory functions and their use by the tool sources.

Closes #6060

src/Makefile.m32

index 74e7b93d7ae6b6ac82fbe643bd28e745b09e8bef..b3fcae5cf7a0f5f6e913e51d96d52e8382746e2d 100644 (file)
@@ -380,10 +380,8 @@ include Makefile.inc
 curl_PROGRAMS = curl.exe
 curl_OBJECTS := $(patsubst %.c,%.o,$(strip $(CURL_CFILES)))
 curlx_OBJECTS := $(patsubst %.c,%.o,$(notdir $(strip $(CURLX_CFILES))))
-ifdef DYN
 curl_OBJECTS += $(curlx_OBJECTS)
 vpath %.c $(PROOT)/lib
-endif
 
 RESOURCE = curl.res