diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-31 01:02:57 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-08-31 01:03:56 +0200 |
commit | 918a8c2ce462cea65e3e7a614f19b4f5ae4ff1e1 (patch) | |
tree | 5069eae23c8d9bede3b1eb66c414c265bc455ceb /Makeconf | |
parent | 346ace4c2f5e020ca654541ff4b34d86faf88a4d (diff) | |
download | hurd-918a8c2ce462cea65e3e7a614f19b4f5ae4ff1e1.tar.gz hurd-918a8c2ce462cea65e3e7a614f19b4f5ae4ff1e1.tar.bz2 hurd-918a8c2ce462cea65e3e7a614f19b4f5ae4ff1e1.zip |
Fix build against glibc 2.21
* Makeconf (CPPFLAGS): Remove -D_IO_MTSAFE_IO.
* libthreads/lockfile.c (_IO_MTSAFE_IO): Define macro.
(IS_IN): Define macro to 0.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ INCLUDES += -I.. $(top_srcdirinc) endif INCLUDES += -I$(..)include -I$(top_srcdir)/include CPPFLAGS += $(INCLUDES) \ - -D_GNU_SOURCE -D_IO_MTSAFE_IO -D_FILE_OFFSET_BITS=64 \ + -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \ $($*-CPPFLAGS) CFLAGS += -std=gnu99 $(gnu89-inline-CFLAGS) -Wall -g -O3 \ $($*-CFLAGS) |