summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark M. Hoffman <mhoffman@lightlink.com>2007-04-03 12:55:30 +0000
committerMark M. Hoffman <mhoffman@lightlink.com>2007-04-03 12:55:30 +0000
commitc5ffa7b63592ba8bb66804372bcc6086de26eeb6 (patch)
treedcf767e069dd62c424b5f18a1aefe89876780358 /Makefile
parent2bb6b1859a6ae7918d1e2a9bcf770939ced60b37 (diff)
downloadlm-sensors-git-c5ffa7b63592ba8bb66804372bcc6086de26eeb6.tar.gz
Merge from trunk (4303:4355) out to 3.0.0 branch.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4357 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66ee504d..65665e9d 100644
--- a/Makefile
+++ b/Makefile
@@ -279,7 +279,7 @@ LIBCPPFLAGS := $(ALL_CPPFLAGS)
ifdef SYSFS_SUPPORT
LIBCPPFLAGS := $(LIBCPPFLAGS) -DSYSFS_SUPPORT
endif
-LIBCFLAGS := -fpic $(ALL_CFLAGS)
+LIBCFLAGS := -fpic -D_REENTRANT $(ALL_CFLAGS)
.PHONY: all user clean install user_install uninstall user_uninstall version package