Date: Tue, 2 Apr 2013 14:28:15 +0300 From: Dmitry Luhtionov <dmitryluhtionov@gmail.com> To: freebsd-stable@freebsd.org Subject: 9-STABLE buildworld compile error Message-ID: <CAAYMRQdPNEUfFb1sLkLjXhiFNj%2BorG-tO7zpo%2B_809-WcCFEdg@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
When I put MALLOC_PRODUCTION=yes in /etc/make/conf, make buildworld hangs with error /usr/src/lib/libc/stdlib/ malloc.c:126:1: error: "MALLOC_PRODUCTION" redefined <command-line>: error: this is the location of the previous definition This is a patch, which avoid this error --- /usr/src/lib/libc/stdlib/Makefile.inc.orig 2012-12-04 11:53:28.000000000 +0200 +++ /usr/src/lib/libc/stdlib/Makefile.inc 2013-04-02 14:14:35.000000000 +0300 @@ -51,7 +51,3 @@ malloc.3 realloc.3 malloc.3 reallocf.3 malloc.3 malloc_usable_size.3 MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3 -.if defined(MALLOC_PRODUCTION) -CFLAGS+= -DMALLOC_PRODUCTION -.endif -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAYMRQdPNEUfFb1sLkLjXhiFNj%2BorG-tO7zpo%2B_809-WcCFEdg>