Skip to content

Commit

Permalink
https://sources.debian.net/src/owfs/3.1p0-2/debian/patches/fix-includ…
Browse files Browse the repository at this point in the history
…e-paths.patch/
  • Loading branch information
ianka committed Jan 17, 2016
1 parent bb314f2 commit ea70fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/swig/python/Makefile.am
Expand Up @@ -9,7 +9,7 @@ ow_wrap.c: ../ow.i ${LIBOW}
$(SWIG) -python -o $@ ../ow.i

OW.py: ow_wrap.c setup.py $(LIBOW)
CFLAGS="" $(PYTHON) setup.py build
CFLAGS="@LIBUSB_CFLAGS@" $(PYTHON) setup.py build

install-data-local:
# OpenSUSE is buggy and install libraries at /usr/local.
Expand Down

0 comments on commit ea70fdf

Please sign in to comment.