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

# tools/thread/thread_test must be run
THREAD_CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
THREAD_LIBS="-lpthread"