Hi, please append the following patch, so building libau.so does support the $LDFLAGS var.
diff --git a/libau/Makefile b/libau/Makefile index f6a1719..dcd41fb 100644 --- a/libau/Makefile +++ b/libau/Makefile @@ -37,7 +37,7 @@ ${LibSo}: ${LibSo}.${LibSoMajor} ${LibSo}.${LibSoMajor}: ${LibSo}.${LibSoMajor}.${LibSoMinor} ln -sf $< $@ ${LibSo}.${LibSoMajor}.${LibSoMinor}: ${LibSoObj} - ${CC} --shared -Wl,-soname,${LibSo}.${LibSoMajor} -o $@ $^ -ldl -lpthread + ${CC} $(LDFLAGS) --shared -Wl,-soname,${LibSo}.${LibSoMajor} -o $@ $^ -ldl -lpthread install_ulib: File = ${LibSo} ${LibSo}.${LibSoMajor} \ ${LibSo}.${LibSoMajor}.${LibSoMinor}
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev