aboutsummaryrefslogtreecommitdiff
path: root/src/os.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.mk')
-rw-r--r--src/os.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os.mk b/src/os.mk
index 6b8b56d9..9bfddb0c 100644
--- a/src/os.mk
+++ b/src/os.mk
@@ -13,7 +13,7 @@ RC_LIB= /$(LIB)/rc
_DEF_SH= case `uname -s` in Linux) echo "-D_XOPEN_SOURCE=600 -D_BSD_SOURCE";; *) echo;; esac
_DEF!= $(_DEF_SH)
-CPPFLAGS+= $(_DEF)$(shell $(_DEF_SH))
+CFLAGS+= $(_DEF)$(shell $(_DEF_SH))
_LIBDL_SH= case `uname -s` in Linux) echo "-Wl,-Bdynamic -ldl";; *) echo;; esac
_LIBDL!= $(_LIBDL_SH)