summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRushingAlien2023-03-14 12:50:14 +0700
committerRushingAlien2023-03-14 12:50:14 +0700
commit812460644c7a2c1a851aa73ada272f88e819f6ba (patch)
treed3bbdc95caa248877cff3d51e7f65f3b97bde60a
parent90559b1681fff42506de13b4a43cf71fc7776af3 (diff)
downloadaur-epson-inkjet-printer-l805.tar.gz
Add workaround based on https://aur.archlinux.org/packages/epson-inkjet-printer-l805#comment-814124
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3680aa9089f..8562f49326df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,7 @@ build() {
aclocal
libtoolize
chmod +x configure
+ automake --add-missing
# if you have runtime problems: add "--enable-debug" and look into /tmp/epson-inkjet-printer-filter.txt
./configure LDFLAGS="$LDFLAGS -Wl,--no-as-needed" --prefix=/opt/$pkgname
make