comparison src/libgda.mk @ 3048:5ef49fb3299d

treat gcc and binutils as build tools use a separate target for building the cmake toolchain file don't unpack gcc or binutils if we are using the system compiler
author John W. Eaton <jwe@octave.org>
date Fri, 14 Jun 2013 16:51:29 -0400
parents b6c7244a2f66
children 13be64f9f16d
comparison
equal deleted inserted replaced
3047:e7b7b0f663d3 3048:5ef49fb3299d
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_CHECKSUM := 61d0b498202b780750633cc2e957c40325d6c705 7 $(PKG)_CHECKSUM := 61d0b498202b780750633cc2e957c40325d6c705
8 $(PKG)_SUBDIR := libgda-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libgda-$($(PKG)_VERSION)
9 $(PKG)_FILE := libgda-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := libgda-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libgda/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnome.org/pub/gnome/sources/libgda/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE)
11 $(PKG)_DEPS := gcc glib libxml2 mdbtools postgresql 11 $(PKG)_DEPS := glib libxml2 mdbtools postgresql
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'TODO: Updates for package libgda need to be fixed.' >&2; 14 echo 'TODO: Updates for package libgda need to be fixed.' >&2;
15 echo $(libgda_VERSION) 15 echo $(libgda_VERSION)
16 endef 16 endef