Changeset 4339
- Timestamp:
- 03/10/07 19:38:16 (2 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r4337 r4339 9 9 Recognize i2c-isa-based devices as such even after class_dev 10 10 is gone 11 Compile with -D_REENTRANT 11 12 Man page i2cdetect.8: Scanning range can be restricted 12 13 Module bmcsensors: Fix debugging messages lm-sensors/trunk/Makefile
r4272 r4339 280 280 LIBCPPFLAGS := $(LIBCPPFLAGS) -DSYSFS_SUPPORT 281 281 endif 282 LIBCFLAGS := -fpic $(ALL_CFLAGS)282 LIBCFLAGS := -fpic -D_REENTRANT $(ALL_CFLAGS) 283 283 284 284 .PHONY: all user clean install user_install uninstall user_uninstall version package
