summaryrefslogtreecommitdiff
path: root/net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch
blob: 104626e3c97b90f879a225ccd2f23a630a38d465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 2cf3f08eafbcfa777cc1ccea5cf3b4ef4cf65cec Mon Sep 17 00:00:00 2001
From: Dan Goodliffe <dan@randomdan.homeip.net>
Date: Sun, 3 Oct 2021 19:37:07 +0100
Subject: [PATCH 2/8] Add missing link to libcurl

---
 gentoobrowse-api/service/Jamfile.jam | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam
index bcd52ff..043563f 100644
--- a/gentoobrowse-api/service/Jamfile.jam
+++ b/gentoobrowse-api/service/Jamfile.jam
@@ -17,6 +17,7 @@ IMPORT $(__name__) : xxd.i : : xxd.i ;
 lib icetray : : : : <include>/usr/include/icetray ;
 lib git2 ;
 lib exslt ;
+lib curl ;
 lib xslt : : : : <include>/usr/include/libxslt ;
 lib slicer-xml ;
 lib esmtp ;
@@ -34,6 +35,7 @@ lib gentoobrowse-service++11 :
 	<library>xslt
 	<library>exslt
 	<library>esmtp
+	<library>curl
 	<library>systemd
 	<library>..//dbppcore
 	<library>..//IceBox
-- 
2.33.1