diff src/glib.mk @ 3174:6e323510f5b5

Fix calls to UNPACK_PKG_ARCHIVE in src/*.mk files.
author Michael Goffioul <michael.goffioul@gmail.com>
date Wed, 24 Jul 2013 21:19:58 -0400
parents 2733829a184e
children 96e96221fe09
line wrap: on
line diff
--- a/src/glib.mk	Tue Jul 23 22:29:33 2013 -0400
+++ b/src/glib.mk	Wed Jul 24 21:19:58 2013 -0400
@@ -19,7 +19,7 @@
     cp -Rp '$(1)' '$(1).native'
 
     # native build of libiconv (used by glib-genmarshal)
-    cd '$(1).native' && $(call UNPACK_PKG_ARCHIVE,libiconv)
+    cd '$(1).native' && $(call UNPACK_PKG_ARCHIVE,libiconv,$(TAR))
     cd '$(1).native/$(libiconv_SUBDIR)' && ./configure \
         $(ENABLE_SHARED_OR_STATIC) \
         --disable-nls