summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:17:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-02-24 20:17:06 +0000
commitdcd1351031f906a1902f86b6aa06f6812ada552f (patch)
treea95a1e996641d4d03e43f614787e84d54be0caf2 /configure
parentab75ebac2434752ee80e931d84cbf402fb1cfc7f (diff)
downloadnsss-dcd1351031f906a1902f86b6aa06f6812ada552f.tar.xz
-fPIC -> CPPFLAGS_AUTO
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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)