gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 230/411: src/Makefile.m32: fix undefined curlx_dyn_* errors


From: gnunet
Subject: [gnurl] 230/411: src/Makefile.m32: fix undefined curlx_dyn_* errors
Date: Wed, 13 Jan 2021 01:20:45 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit c8ca70547472b9af29e6deb426d46afb2c58ae99
Author: Viktor Szakats <commit@vsz.me>
AuthorDate: Sun Oct 11 19:30:45 2020 +0000

    src/Makefile.m32: fix undefined curlx_dyn_* errors
    
    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 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 74e7b93d7..b3fcae5cf 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -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
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]