comparison src/libgda.mk @ 2739:f4283ad823bf

package libgda: use mxe versions of glib-* tools
author Tony Theodore <tonyt@logyst.com>
date Tue, 18 Sep 2012 03:05:03 +1000
parents 1804bb1dccfc
children 47558e958113
comparison
equal deleted inserted replaced
2738:3b14416f4c51 2739:f4283ad823bf
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
17 17
18 define $(PKG)_BUILD 18 define $(PKG)_BUILD
19 $(SED) -i 's,glib-mkenums,'$(PREFIX)/$(TARGET)/bin/glib-mkenums',g' '$(1)/libgda/Makefile.in'
20 $(SED) -i 's,glib-mkenums,'$(PREFIX)/$(TARGET)/bin/glib-mkenums',g' '$(1)/libgda/sql-parser/Makefile.in'
21 $(SED) -i 's,glib-mkenums,'$(PREFIX)/$(TARGET)/bin/glib-mkenums',g' '$(1)/libgda-ui/Makefile.in'
19 cd '$(1)' && ./configure \ 22 cd '$(1)' && ./configure \
20 --host='$(TARGET)' \ 23 --host='$(TARGET)' \
21 --prefix='$(PREFIX)/$(TARGET)' \ 24 --prefix='$(PREFIX)/$(TARGET)' \
22 --disable-shared \ 25 --disable-shared \
23 --disable-gtk-doc \ 26 --disable-gtk-doc \
26 --without-oracle \ 29 --without-oracle \
27 --without-mysql \ 30 --without-mysql \
28 --without-firebird \ 31 --without-firebird \
29 --without-java \ 32 --without-java \
30 --enable-binreloc \ 33 --enable-binreloc \
31 --disable-crypto 34 --disable-crypto \
35 GLIB_GENMARSHAL='$(PREFIX)/$(TARGET)/bin/glib-genmarshal'
32 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 36 $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
33 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= 37 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
34 endef 38 endef