mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +02:00
* Merge r3897 from the trunk.
This commit is contained in:
parent
2e33293004
commit
87e5dcd1b8
1 changed files with 2 additions and 1 deletions
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
|
@ -56,7 +56,8 @@ else
|
||||||
build-aterm: have-aterm
|
build-aterm: have-aterm
|
||||||
(pfx=`pwd` && \
|
(pfx=`pwd` && \
|
||||||
cd $(ATERM) && \
|
cd $(ATERM) && \
|
||||||
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
|
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
|
||||||
|
--disable-shared --enable-static CFLAGS=-O1 && \
|
||||||
$(MAKE) && \
|
$(MAKE) && \
|
||||||
$(MAKE) install)
|
$(MAKE) install)
|
||||||
touch build-aterm
|
touch build-aterm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue