diff src/of-communications.mk @ 4020:46c6ddb14417

of-communications: add patch to compile wih dev octave (Bug #45856) * src/of-communications-1-fixes.patch: new file * src/of-communications.mk: call autoconfigure * dist-files.mk: add of-communications-1-fixes.patch
author John Donoghue
date Fri, 04 Sep 2015 10:06:02 -0400
parents 58aa10af640e
children 1933a9113e65
line wrap: on
line diff
--- a/src/of-communications.mk	Mon Aug 31 09:59:09 2015 -0400
+++ b/src/of-communications.mk	Fri Sep 04 10:06:02 2015 -0400
@@ -20,5 +20,6 @@
 endef
 
 define $(PKG)_BUILD
+    cd $(1)/src && autoconf
     $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
 endef