From 1ea60cc7527858d20f4d2244f0f732ad904134f4 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 13 Dec 2021 17:27:02 +0000 Subject: Required GB API patch --- .../0002-Add-missing-link-to-libcurl.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 net-misc/gentoobrowse-api/0002-Add-missing-link-to-libcurl.patch 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 +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 : : : : /usr/include/icetray ; + lib git2 ; + lib exslt ; ++lib curl ; + lib xslt : : : : /usr/include/libxslt ; + lib slicer-xml ; + lib esmtp ; +@@ -34,6 +35,7 @@ lib gentoobrowse-service++11 : + xslt + exslt + esmtp ++ curl + systemd + ..//dbppcore + ..//IceBox +-- +2.33.1 + -- cgit v1.2.3