diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:18:09 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:18:09 +0000 |
commit | ad9b2a9c5e3b24948a643376d31ac6661176b72a (patch) | |
tree | 28859834c0fdfff69a69394bcfc3ebe681fc031a /configure | |
parent | f287f869ae4a5d9eed44def648d69e70e65c7b14 (diff) | |
download | execline-ad9b2a9c5e3b24948a643376d31ac6661176b72a.tar.xz |
-fPIC -> CPPFLAGS_AUTO
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -315,7 +315,7 @@ if [ "x$target" != "x$(cat $sysdeps/target)" ] ; then fi if $allpic ; then - tryflag CFLAGS_AUTO -fPIC + tryflag CPPFLAGS_AUTO -fPIC fi spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) |