Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
curl: fix build with gmake
Baptiste Daroussin committed 10 months ago
commit 3f6b36f19b2b4b32e1685fc2d8f6d8fafe9412b7
parent db44eae
1 file changed +1 -1
modified external/libcurl/Makefile.autosetup
@@ -4,7 +4,7 @@ LIB= curl
.PATH:	$(top_srcdir)/external/curl/lib
VPATH=	$(top_srcdir)/external/curl/lib
.PATH:	$(top_srcdir)/external/curl/lib/curlx
-
VPATH=	$(top_srcdir)/external/curl/lib/curlx
+
VPATH+=	$(top_srcdir)/external/curl/lib/curlx
.PATH:	$(top_srcdir)/external/curl/lib/vtls
VPATH+=	$(top_srcdir)/external/curl/lib/vtls
.PATH:	$(top_srcdir)/external/curl/lib/vauth