commit | 79427693174a553d62f3da44aacd3f19ba8df3a7 | [log] [tgz] |
---|---|---|
author | Loïc Minier <lool@dooz.org> | Sun Jan 31 12:23:45 2010 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Feb 06 22:22:30 2010 +0100 |
tree | 86090fc437d8d891bb570f4d26c45047078d083d | |
parent | 845f2c2812d9ed24b36c02a3d06ee83aeafe8b49 [diff] |
Add -static earlier to LDFLAGS for compile_prog() Add -static to LDFLAGS earlier as to run the compile_prog() tests with this flags, this will avoid turning on features for which a shared library is available but not a static one. Signed-off-by: Loïc Minier <lool@dooz.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>