gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 53/208: lib: fix the djgpp build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 53/208: lib: fix the djgpp build
Date: Wed, 09 Aug 2017 17:34:10 +0200

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

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 60c655ac076dbb874021a194dde131efaf68447b
Author: Gisle Vanem <address@hidden>
AuthorDate: Wed Jun 21 07:46:21 2017 +0200

    lib: fix the djgpp build
    
    Bug: 
https://github.com/curl/curl/commit/73a2fcea0b4adea6ba342cd7ed1149782c214ae3#commitcomment-22655993
---
 lib/makefile.dj | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/makefile.dj b/lib/makefile.dj
index 067459d59..8ab2d575d 100644
--- a/lib/makefile.dj
+++ b/lib/makefile.dj
@@ -26,12 +26,14 @@
 #
 
 DEPEND_PREREQ = curl_config.h
-VPATH  = vtls
+VPATH  = vtls vauth
 TOPDIR = ..
 
 include ../packages/DOS/common.dj
 include Makefile.inc
 
+CFLAGS += -DBUILDING_LIBCURL
+
 SOURCES = $(sort $(CSOURCES))
 OBJECTS = $(addprefix $(OBJ_DIR)/, $(notdir $(SOURCES:.c=.o)))
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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