]> git.pld-linux.org Git - packages/libgpiod.git/blob - libgpiod-python.patch
- updated to 2.0 (API reworked, new sonames)
[packages/libgpiod.git] / libgpiod-python.patch
1 --- libgpiod-2.0/bindings/python/Makefile.am.orig       2023-03-02 15:37:46.000000000 +0100
2 +++ libgpiod-2.0/bindings/python/Makefile.am    2023-03-30 20:16:19.674654682 +0200
3 @@ -11,12 +11,12 @@ endif
4  
5  all-local:
6         GPIOD_WITH_TESTS=$(BUILD_TESTS) \
7 -       $(PYTHON) $(srcdir)/setup.py build_ext --inplace \
8 +       $(PYTHON) $(srcdir)/setup.py build_ext --inplace \
9                 --include-dirs=$(top_srcdir)/include/:$(top_srcdir)/tests/gpiosim/ \
10                 --library-dirs=$(top_builddir)/lib/.libs/:$(top_srcdir)/tests/gpiosim/.libs/
11  
12  install-exec-local:
13 -       $(PYTHON) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix)
14 +       $(PYTHON) $(srcdir)/setup.py install --root=$(DESTDIR) --prefix=$(prefix)
15  
16  SUBDIRS = gpiod
17  
This page took 0.108692 seconds and 3 git commands to generate.