aboutsummaryrefslogtreecommitdiff
path: root/ports/pangolin/fix-dependency-python.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pangolin/fix-dependency-python.patch')
-rw-r--r--ports/pangolin/fix-dependency-python.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pangolin/fix-dependency-python.patch b/ports/pangolin/fix-dependency-python.patch
index 82b1ea83e..67eae1288 100644
--- a/ports/pangolin/fix-dependency-python.patch
+++ b/ports/pangolin/fix-dependency-python.patch
@@ -1,5 +1,5 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 7f364a7..b6567a2 100644
+index 7f364a7..9e0baac 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -213,6 +213,9 @@ endif()
@@ -7,7 +7,7 @@ index 7f364a7..b6567a2 100644
if(BUILD_PANGOLIN_GUI AND BUILD_PANGOLIN_VARS AND PYTHONLIBS_FOUND AND NOT _WIN_)
set(HAVE_PYTHON 1)
+ if (UNIX)
-+ set(PYTHON_LIBRARY ${PYTHON_LIBRARY} dl)
++ set(PYTHON_LIBRARY ${PYTHON_LIBRARY} dl util)
+ endif()
list(APPEND HEADERS
${INCDIR}/console/ConsoleInterpreter.h