Changeset 4339

Show
Ignore:
Timestamp:
03/10/07 19:38:16 (2 years ago)
Author:
khali
Message:

Compile libsensors with -D_REENTRANT.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r4337 r4339  
    99           Recognize i2c-isa-based devices as such even after class_dev 
    1010            is gone 
     11           Compile with -D_REENTRANT 
    1112  Man page i2cdetect.8: Scanning range can be restricted 
    1213  Module bmcsensors: Fix debugging messages 
  • lm-sensors/trunk/Makefile

    r4272 r4339  
    280280LIBCPPFLAGS := $(LIBCPPFLAGS) -DSYSFS_SUPPORT 
    281281endif 
    282 LIBCFLAGS := -fpic $(ALL_CFLAGS) 
     282LIBCFLAGS := -fpic -D_REENTRANT $(ALL_CFLAGS) 
    283283 
    284284.PHONY: all user clean install user_install uninstall user_uninstall version package