Skip to content

Commit 5416a82

Browse files
committed
Merge pull request #638 from hashdist/xz
Fix the lzma module
2 parents 7c07b02 + 3a9d8ed commit 5416a82

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pkgs/pyliblzma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extends: [setuptools_package]
1+
extends: [setuptools_package, libflags]
22

33
dependencies:
44
build: [xz]

pkgs/xz.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ sources:
44
- url: http://tukaani.org/xz/xz-5.0.5.tar.bz2
55
key: tar.bz2:czweruueeum3yt4wgm577hrgl6gn3jcn
66

7+
defaults:
8+
# bin/lzmainfo contains hard-coded path
9+
relocatable: false
10+
711
when_build_dependency:
812
- prepend_path: PKG_CONFIG_PATH
913
value: '${ARTIFACT}/lib/pkgconfig'

0 commit comments

Comments
 (0)