diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:17:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:17:06 +0000 |
commit | dcd1351031f906a1902f86b6aa06f6812ada552f (patch) | |
tree | a95a1e996641d4d03e43f614787e84d54be0caf2 | |
parent | ab75ebac2434752ee80e931d84cbf402fb1cfc7f (diff) | |
download | nsss-dcd1351031f906a1902f86b6aa06f6812ada552f.tar.gz nsss-dcd1351031f906a1902f86b6aa06f6812ada552f.tar.xz nsss-dcd1351031f906a1902f86b6aa06f6812ada552f.zip |
-fPIC -> CPPFLAGS_AUTO
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index de9f6fd..6f4b45a 100755 --- a/configure +++ b/configure @@ -301,7 +301,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) |