aboutsummaryrefslogtreecommitdiffstats
path: root/makeopts.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeopts.in')
-rw-r--r--makeopts.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/makeopts.in b/makeopts.in
index 445b16cf5..706565bf9 100644
--- a/makeopts.in
+++ b/makeopts.in
@@ -2,7 +2,7 @@
# the exact uppercase equivalents of the names used for
# dependencies in menuselect for the same package.
-CC=@CC@
+CC=@PTHREAD_CC@
HOST_CC=cc
CXX=@CXX@
@@ -40,6 +40,9 @@ OSREV=@PBX_OSREV@
GC_CFLAGS=@GC_CFLAGS@
GC_LDFLAGS=@GC_LDFLAGS@
+PTHREAD_CFLAGS=@PTHREAD_CFLAGS@
+PTHREAD_LIBS=@PTHREAD_LIBS@
+
prefix = @prefix@
exec_prefix = @exec_prefix@