# HG changeset patch # User John W. Eaton # Date 1375976684 14400 # Node ID c05da3e2f65289397a0c5e3cf777f5a311fca85d # Parent 0d3feaef089f96e8e8805910a1fd496d17777be0 gnuplot.mk: find locally built libiconv for native builds diff -r 0d3feaef089f -r c05da3e2f652 src/gnuplot.mk --- a/src/gnuplot.mk Wed Aug 07 19:18:23 2013 -0400 +++ b/src/gnuplot.mk Thu Aug 08 11:44:44 2013 -0400 @@ -40,7 +40,9 @@ endef else define $(PKG)_BUILD - cd '$(1)' && ./configure --prefix '$(HOST_PREFIX)' + cd '$(1)' && ./configure \ + $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) LIBS=-liconv \ + --prefix '$(HOST_PREFIX)' make -C '$(1)' -j '$(JOBS)' install endef endif