summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrockybulwinkle2020-12-20 12:28:33 -0600
committerrockybulwinkle2020-12-20 12:28:33 -0600
commit261fdcdecb5c4a1229c7ffa2c622de997af040a2 (patch)
treefc1898d5776afea107b0d20cc46e524a2a070f8a
parent71d5865358ede0df5469e7c01b7403ba03821486 (diff)
downloadaur-261fdcdecb5c4a1229c7ffa2c622de997af040a2.tar.gz
add fix for parser_class_name
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c2971243adc..0db17787fc9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ md5sums=('3dac18a2da5809ccb38c50cd4a455897'
prepare () {
cd "$srcdir/ike"
patch -p1 -i "$srcdir/openssl-1.1.0.patch"
+ sed -i 's/define "parser_class_name"/define parser_class_name/' ./source/iked/conf.parse.yy
}
build () {