From 6d526d032358d211f85d985570c7cdeefc17b61e Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 10 Nov 2020 16:34:37 +0200 Subject: [PATCH] xxhash rebuild --- programming/library/xxhash/actions.py | 4 ++-- programming/library/xxhash/pspec.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/programming/library/xxhash/actions.py b/programming/library/xxhash/actions.py index 30cc3c178f..e8d564ea85 100644 --- a/programming/library/xxhash/actions.py +++ b/programming/library/xxhash/actions.py @@ -14,6 +14,6 @@ def build(): def install(): - autotools.install() + autotools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR()) pisitools.remove('/usr/lib/libxxhash.a') - pisitools.dodoc("LICENSE", "doc/*") \ No newline at end of file + pisitools.dodoc("LICENSE", "doc/*") diff --git a/programming/library/xxhash/pspec.xml b/programming/library/xxhash/pspec.xml index 52530c1bde..f82f8585fc 100644 --- a/programming/library/xxhash/pspec.xml +++ b/programming/library/xxhash/pspec.xml @@ -39,6 +39,7 @@ /usr/include + /usr/lib/pkgconfig @@ -58,4 +59,4 @@ safaariman@pisilinux.org - \ No newline at end of file +