diff options
author | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-04-03 12:55:30 +0000 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-04-03 12:55:30 +0000 |
commit | c5ffa7b63592ba8bb66804372bcc6086de26eeb6 (patch) | |
tree | dcf767e069dd62c424b5f18a1aefe89876780358 /Makefile | |
parent | 2bb6b1859a6ae7918d1e2a9bcf770939ced60b37 (diff) | |
download | lm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |