Hey, > > The problem is the following in debian/rules: > > dh_auto_configure --builddirectory=$(BUILD_PY3) -- \ > -DPHP_BINDINGS=OFF \ > -DPYTHON_BINDINGS=ON \ > -DPYTHON_INSTALL_DIR=$(PYTHON3_SITEARCH) \ > -DPYTHON_INCLUDE_DIR=/usr/include/python3.5 \ > -DPYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/ libpython3.5m.so
are there any ideas how to fix that properly? I find: PYTHON3_INCLUDE := $(shell python3 -c 'from distutils.sysconfig import get_python_inc; print(get_python_inc(1))') but how i get the library itself? sandro
signature.asc
Description: This is a digitally signed message part.