master
/ miniconda3 / pkgs / libedit-3.1.20221030-h5eee18b_0 / info / recipe / build.sh

build.sh @a663dc1

41a0142
 
 
 
 
 
 
 
 
 
 
 
 
#!/bin/bash
set -ex
autoreconf -f
./configure --prefix=${PREFIX} \
            --host=${HOST} \
            CFLAGS="${CFLAGS} -I${PREFIX}/include" \
            LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
make -j ${CPU_COUNT} ${VERBOSE_AT}
make install
make check
# This conflicts with a file in readline
rm -f ${PREFIX}/share/man/man3/history.3