summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera Micó2024-01-01 22:13:12 +0000
committerJoan Bruguera Micó2024-01-01 22:13:12 +0000
commit05b434127d353674aef266e6abc186eb3f6405da (patch)
treecd1d9c927467ed22f5095e9214f1214526de04da
parente59bc4579eff8a92cb78e22ef63d3788724d3d86 (diff)
downloadaur-05b434127d353674aef266e6abc186eb3f6405da.tar.gz
Fix build (when specifying SOURCE_DATE_EPOCH?).
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7300ec192f19..ca7637d44f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ prepare() {
cd "$srcdir/$pkgname-${pkgver%.*}"
patch -Np1 -i "$srcdir/0001-Enable-Lex-noyywrap-option-so-no-LEXLIB-is-needed.patch"
+ rm Simulator/input/lex.c # Force the file to be re-generated from the Lex input
patch -Np1 -i "$srcdir/0001-Honor-SOURCE_DATE_EPOCH-for-reproducible-builds.patch"
autoreconf -i -f