From: Chris Lamb Date: Sun, 9 Aug 2020 16:02:50 +0000 (+0100) Subject: Make the build reproducible X-Git-Tag: archive/raspbian/0.8.0-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a4970b69e4c09439966b53801a54b876c161778;p=xxhash.git Make the build reproducible Last-Update: 2020-04-13 Gbp-Pq: Name reproducible-build.patch --- diff --git a/libxxhash.pc.in b/libxxhash.pc.in index 0a52dde..8faf61e 100644 --- a/libxxhash.pc.in +++ b/libxxhash.pc.in @@ -2,8 +2,8 @@ # Copyright (C) 2012-2020, Yann Collet, Facebook # BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) -prefix=@PREFIX@ -exec_prefix=@EXECPREFIX@ +prefix=/usr +exec_prefix=${prefix} includedir=${prefix}/@INCLUDEDIR@ libdir=${exec_prefix}/@LIBDIR@