summaryrefslogtreecommitdiffstats
path: root/build/exports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/exports.mk')
-rw-r--r--build/exports.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/exports.mk b/build/exports.mk
index 913a1aa..a616c59 100644
--- a/build/exports.mk
+++ b/build/exports.mk
@@ -17,4 +17,9 @@ export XCFLAGS=${_CFLAGS}
export XLDFLAGS=${_LDFLAGS}
export XLDLIBS=${_LDLIBS}
+export CONF_CPPFLAGS=${CPPFLAGS} ${EXTRA_CPPFLAGS}
+export CONF_CFLAGS=${CFLAGS} ${EXTRA_CFLAGS}
+export CONF_LDFLAGS=${LDFLAGS} ${EXTRA_LDFLAGS}
+export CONF_LDLIBS=${LDLIBS} ${EXTRA_LDLIBS}
+
export XNOLIBS=${NOLIBS}