summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoneu <koneu93@googlemail.com>2013-08-24 08:17:28 (GMT)
committerkoneu <koneu93@googlemail.com>2013-08-24 10:16:44 (GMT)
commit99bee59b113787fbf3a6af2285b144cb9e5bb41d (patch)
treebc73b2fa71978102bf7d4c7e370c2dc946d5501f
parenteb40979559ce1e679df0b40070fffabe894fe5bd (diff)
downloadmxe-99bee59b113787fbf3a6af2285b144cb9e5bb41d.zip
mxe-99bee59b113787fbf3a6af2285b144cb9e5bb41d.tar.gz
mxe-99bee59b113787fbf3a6af2285b144cb9e5bb41d.tar.bz2
package gdk-pixbuf: explicitly call aclocal and automake
-rw-r--r--src/gdk-pixbuf.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index fc7529a..1be7a85 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -19,6 +19,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && aclocal
+ cd '$(1)' && automake --add-missing
cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \