]> granicus.if.org Git - p11-kit/commit
build: Allow use of _GNU_SOURCE
authorDaiki Ueno <dueno@redhat.com>
Fri, 9 Jun 2017 12:44:04 +0000 (14:44 +0200)
committerDaiki Ueno <ueno@gnu.org>
Mon, 12 Jun 2017 09:30:42 +0000 (11:30 +0200)
commitb309aea5174d6d3af569c2c54632a35825734579
tree951e14e5cc88e4f74bcaeefc0a4a5cef2b5b4b63
parentefe6dc56c3951c301dda1b548d4cbcd02e074462
build: Allow use of _GNU_SOURCE

This reverts commit 6b457ffc, which forbids the use of GNU extension
for the incompatibility of strerror_r.  However, now that strerror_l
is used instead on glibc systems, it has no point to do that.
common/compat.h
common/unix-peer.c
configure.ac