Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/libhack libhack: revert prior, will be done pe...



details:   https://anonhg.NetBSD.org/src/rev/39e5dfdcdead
branches:  trunk
changeset: 745453:39e5dfdcdead
user:      roy <roy%NetBSD.org@localhost>
date:      Mon Mar 02 16:01:52 2020 +0000

description:
libhack: revert prior, will be done per consumer instead.

diffstat:

 distrib/utils/libhack/Makefile.inc |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r de2e926be5bf -r 39e5dfdcdead distrib/utils/libhack/Makefile.inc
--- a/distrib/utils/libhack/Makefile.inc        Mon Mar 02 16:00:54 2020 +0000
+++ b/distrib/utils/libhack/Makefile.inc        Mon Mar 02 16:01:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.33 2020/03/01 22:47:26 roy Exp $
+# $NetBSD: Makefile.inc,v 1.34 2020/03/02 16:01:52 roy Exp $
 #
 # Include this fragment to build libhack.o
 # It is .o and not .a to make sure these are the
@@ -21,12 +21,6 @@
 CPPFLAGS+=     -DSMALL
 CPPFLAGS+=     -DLIBHACK
 
-# Build as re-entrant.
-# A few tool using libhack, such as zpool on the ramdisk-zfsroot,
-# expect this and it's simpler just to set it globally rather than
-# debugging why stuff randomly crashes.
-CPPFLAGS+=     -D_REENTRANT
-
 HACKOBJS+=     getcap.o getgrent.o getnet.o getnetgr.o getpwent.o jemalloc.o \
                localeconv.o multibyte.o perror.o runetable.o setlocale.o \
                nl_langinfo.o strcasecmp.o \



Home | Main Index | Thread Index | Old Index