From: Chris Lamb Date: Mon, 11 Jan 2021 12:57:57 +0000 (+0000) Subject: Make the build reproducible X-Git-Tag: archive/raspbian/0.8.0-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b6b09c6ce2f4511ae3b2bbcb79765cea44f42517;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@