mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
* Merge r3897 from the trunk.
This commit is contained in:
parent
2e33293004
commit
87e5dcd1b8
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 New Issue
Block a user