Hi,
I need to add multiple --cflags parameters to configure because adding multiple parameters does not work any other way. If you change line 184 of the configure script to
flags="$flags echo ${1} | awk '{print substr($0,10)}'" ;;
everything works fine and I can state --cflags more than once. Please add this to the next build.
Thanks, Wolfgang