* Use a statically linked ATerm library and build it at -O1, since
higher optimisation levels cause statically linked libraries to barf.
This commit is contained in:
parent
f4fe3bd5b1
commit
25d217684b
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue