dosfstools: fix static linking with libiconv
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 22 May 2014 20:05:42 +0000 (22:05 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 22 May 2014 20:08:28 +0000 (22:08 +0200)
commit9d797decbd95acec99260b8b3ed20bb3e3da0eb4
tree99ebf261f22e928f7157662b3db85163535b7b0d
parent78271772e3dcb09fe7f9a249e896acd925e7fc79
dosfstools: fix static linking with libiconv

Fixes http://autobuild.buildroot.net/results/246/246c067f1e9def748498f0c6fa6988c036e1d109/

Pass the libraries to be linked in LDLIBS instead of LDFLAGS so the end up
after the object files on the linker command line.

While we are at it, use TARGET_CONFIGURE_OPTS instead of explictly passing
CC/CFLAGS/LDFLAGS.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dosfstools/dosfstools.mk