summaryrefslogtreecommitdiff
path: root/src/template/linux
blob: 95c1b182fe511928e981735813dd6f82a7828ed9 (plain)
1
2
3
4
5
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
CPPFLAGS="-D_GNU_SOURCE"

# tools/thread/thread_test must be run
PTHREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"