summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-12-13 17:27:02 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2021-12-13 17:27:02 +0000
commit1ea60cc7527858d20f4d2244f0f732ad904134f4 (patch)
tree7336215ca1fca0f0d778331eab872fb9a22a3475
parentRemove line numbers fix for slice-parser (diff)
downloadpatches-1ea60cc7527858d20f4d2244f0f732ad904134f4.tar.bz2
patches-1ea60cc7527858d20f4d2244f0f732ad904134f4.tar.xz
patches-1ea60cc7527858d20f4d2244f0f732ad904134f4.zip
Required GB API patch
-rw-r--r--net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch b/net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch
new file mode 100644
index 0000000..104626e
--- /dev/null
+++ b/net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch
@@ -0,0 +1,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
+