]> code.delx.au - gnu-emacs/commit
Link temacs with gnulib compiled with -Demacs
authorWolfgang Jenkner <wjenkner@inode.at>
Sat, 30 Jan 2016 22:20:56 +0000 (14:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 30 Jan 2016 23:26:06 +0000 (15:26 -0800)
commita5f85861293911b3f394464a04f7972b83d47a95
tree969c762d8b50131993e9967c6031bf3d05cf0d4a
parentcb22fce283e3852ea33a09f40707cf0c004c717e
Link temacs with gnulib compiled with -Demacs

This is done to support HYBRID_MALLOC, since some static variables
(e.g., last_environ in putenv.c) hold pointers to memory malloced
before dumping (Bug#22086).
* lib/Makefile.am: Add incantation to install libegnu.a.
* src/Makefile.in ($(lib)/libgnu.a): Replace with libegnu.a
(temacs$(EXEEXT)): Use it.
lib/Makefile.am
src/Makefile.in