Package: src:fontforge
Version: 1:20190801~dfsg-2
Severity: important
Tags: sidd bullseye patch
User: [email protected]
Usertags: python3.8

fontforge needs to link with the embedded libs in 3.8.

  * Fix build with Python 3.8.
 
diff -Nru fontforge-20190801~dfsg/debian/rules fontforge-20190801~dfsg/debian/rules
--- fontforge-20190801~dfsg/debian/rules	2019-11-13 12:20:21.000000000 +0000
+++ fontforge-20190801~dfsg/debian/rules	2020-01-25 06:39:00.000000000 +0000
@@ -38,7 +38,7 @@
  --enable-debug-raw-points \
  --enable-fontforge-extras \
  --enable-python-scripting \
- --enable-python-extension
+ --enable-python-extension PYTHON_LIBS='$(shell python3-config --ldflags --embed)'
 
 DEB_CONFIGURE_FLAGS_x = --enable-gdk
 DEB_CONFIGURE_FLAGS_nox = --without-x

Reply via email to