We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c07b02 + 3a9d8ed commit 5416a82Copy full SHA for 5416a82
2 files changed
pkgs/pyliblzma.yaml
@@ -1,4 +1,4 @@
1
-extends: [setuptools_package]
+extends: [setuptools_package, libflags]
2
3
dependencies:
4
build: [xz]
pkgs/xz.yaml
@@ -4,6 +4,10 @@ sources:
- url: http://tukaani.org/xz/xz-5.0.5.tar.bz2
5
key: tar.bz2:czweruueeum3yt4wgm577hrgl6gn3jcn
6
7
+defaults:
8
+ # bin/lzmainfo contains hard-coded path
9
+ relocatable: false
10
+
11
when_build_dependency:
12
- prepend_path: PKG_CONFIG_PATH
13
value: '${ARTIFACT}/lib/pkgconfig'
0 commit comments