gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 57/116: src/Makefile.m32: fix typo in brotli lib cu


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 57/116: src/Makefile.m32: fix typo in brotli lib customization
Date: Tue, 05 Dec 2017 14:51:27 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 3962a3cfcbb0e068f3180a3eefcda40be7881804
Author: Viktor Szakats <address@hidden>
AuthorDate: Mon Nov 6 01:03:49 2017 +0000

    src/Makefile.m32: fix typo in brotli lib customization
    
    Ref cc1f4436099decb9d1a7034b2bb773a9f8379d31
---
 src/Makefile.m32 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.m32 b/src/Makefile.m32
index 91d1b1d95..700cccfa8 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -305,7 +305,7 @@ endif
 ifdef BROTLI
   INCLUDES += -I"$(BROTLI_PATH)/include"
   CFLAGS += -DHAVE_BROTLI
-  curl_LDADD += -L"$(BROTLI_PATH)/lib" -lbrotlidec
+  curl_LDADD += -L"$(BROTLI_PATH)/lib"
   ifdef BROTLI_LIBS
     curl_LDADD += $(BROTLI_LIBS)
   else

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



reply via email to

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