File: devendor.patch

package info (click to toggle)
python-lzf 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96 kB
  • sloc: ansic: 115; python: 80; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Alexandre Detiste <tchet@debian.org>
Subject: devendor liblzf
Forwarded: not-needed

--- a/setup.py
+++ b/setup.py
@@ -13,8 +13,9 @@
     license="BSD",
     ext_modules=[Extension(
         'lzf',
-        ['lzf_module.c', 'lzf_c.c', 'lzf_d.c'],
-        include_dirs=('.',),
+        ['lzf_module.c'],
+        include_dirs=['/usr/include/liblzf'],
+        libraries=['lzf'],
         extra_compile_args=['-Wall'])],
     classifiers = [
         "Development Status :: 4 - Beta",