comparison src/gnuplot.mk @ 4149:aa31b3163501

workaround for gnuplot build on native build
author Tatsuro Matsuoka <tmacchant@yahoo.co.jp>
date Mon, 23 May 2016 09:15:43 +0900
parents a397ccee4b57
children 717e989767e3
comparison
equal deleted inserted replaced
4148:b4391d95a81c 4149:aa31b3163501
63 endef 63 endef
64 else 64 else
65 define $(PKG)_BUILD 65 define $(PKG)_BUILD
66 cd '$(1)' && ./configure \ 66 cd '$(1)' && ./configure \
67 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) LIBS=-liconv \ 67 $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) LIBS=-liconv \
68 --prefix '$(HOST_PREFIX)' 68 --without-lua --prefix='$(HOST_PREFIX)'
69 make -C '$(1)' -j '$(JOBS)' install DESTDIR='$(3)' 69 make -C '$(1)' -j '$(JOBS)' install DESTDIR='$(3)'
70 endef 70 endef
71 endif 71 endif
72 endif 72 endif