From dac759aa86a1e23f36ad71b81bebac7b8b3f7e04 Mon Sep 17 00:00:00 2001 From: Et7f3 Date: Thu, 23 Sep 2021 00:21:20 +0200 Subject: [PATCH] Fix autoconf Take idea of https://github.com/esy-packages/esy-gmp/blob/e27cb300adfb0c0b320c273082c5affafcd225fa/package.json#L9 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d938c79..55d76c7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "license": "MIT", "esy": { "build": [ + ["find", ".", "-exec", "touch", "-t", "200905010101", "{}", "+"], ["bash", "-c", "#{os == 'windows' ? 'CFLAGS=-O2 CC=x86_64-w64-mingw32-gcc ./configure --prefix=$cur__install --disable-dependency-tracking' : 'CFLAGS=\"-O2 -fPIC\" ./configure --prefix=$cur__install --enable-shared=no --enable-static=yes --disable-dependency-tracking'}"], ["make", "install"] ],