Essayez ceci :
./configure LDFLAGS="-static"
Pour les personnes venant de google, j'ai trouvé que si vous avez libtool
dans le cadre de votre build, vous devrez :
./configure CFLAGS="-static" ....
make LDFLAGS="-all-static"
Vous pouvez voir que -all-static
avec libtool --help --mode=link