From 25d217684b06b368923d8f683c9b561cdfded255 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 18 Sep 2005 20:27:02 +0000 Subject: * Use a statically linked ATerm library and build it at -O1, since higher optimisation levels cause statically linked libraries to barf. --- externals/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals') diff --git a/externals/Makefile.am b/externals/Makefile.am index 94d075652c07..08c6d0f9c84e 100644 --- a/externals/Makefile.am +++ b/externals/Makefile.am @@ -56,7 +56,8 @@ else build-aterm: have-aterm (pfx=`pwd` && \ cd $(ATERM) && \ - CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \ + CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \ + --disable-shared --enable-static CFLAGS=-O1 && \ $(MAKE) && \ $(MAKE) install) touch build-aterm -- cgit 1.4.1