Browse Source

contrib: orc: needs autoreconf

This fixes the build on riscv64-linux-gnu, which is otherwise not
recognised as a valid triplet.
pull/162/head
Rémi Denis-Courmont 3 years ago
parent
commit
4be3b87500
  1. 1
      contrib/src/orc/rules.mak

1
contrib/src/orc/rules.mak

@ -23,6 +23,7 @@ orc: orc-$(ORC_VERSION).tar.gz .sum-orc
$(MOVE)
.orc: orc
$(RECONF)
$(MAKEBUILDDIR)
$(MAKECONFIGURE)
+$(MAKEBUILD)

Loading…
Cancel
Save