Open binarykitchen opened 8 years ago
You could unset CFLAGS, but it should be harmless, hopefully it's set the way it is for a reason?
It might be that your default CFLAGS or LDFLAGS are preventing the build from happening though? If it assumes that shared objects are going to be used as libraries for e.g.
If you haven't set them yourself, then it's probably your distribution doing it.
fixed this myself by using -fPIC
for compilation - all good
Version: https://github.com/swh/ladspa/archive/v0.4.16.tar.gz
Any ideas how to avoid that warning?