forked from kiss-community/repo
*: make -> gmake
split from patch provided by emma
This commit is contained in:
parent
0b15002ecc
commit
e00f211f2a
@ -1,13 +1,13 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
MAKE=gmake ./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls \
|
||||
--without-libtextstyle-prefix
|
||||
|
||||
make
|
||||
gmake
|
||||
|
||||
make DESTDIR="$1" \
|
||||
gmake DESTDIR="$1" \
|
||||
install-libLIBRARIES \
|
||||
install-binPROGRAMS \
|
||||
install-nodist_binSCRIPTS \
|
||||
|
@ -23,7 +23,7 @@ EOF
|
||||
ac_cv_snprintf_returns_bogus=no \
|
||||
ac_cv_fread_reads_directories=yes
|
||||
|
||||
make LIBS="$(curl-config --static-libs) libgit.a reftable/libreftable.a xdiff/lib.a -lz"
|
||||
make DESTDIR="$1" install
|
||||
gmake LIBS="$(curl-config --static-libs) libgit.a reftable/libreftable.a xdiff/lib.a -lz"
|
||||
gmake DESTDIR="$1" install
|
||||
|
||||
cp -Rf man "$1/usr/share/man"
|
||||
|
@ -22,8 +22,8 @@ done
|
||||
--with-system-ffi \
|
||||
--with-ensurepip=yes
|
||||
|
||||
make EXTRA_CFLAGS="$CFLAGS -DTHREAD_STACK_SIZE=0x100000"
|
||||
make DESTDIR="$1" install
|
||||
gmake EXTRA_CFLAGS="$CFLAGS -DTHREAD_STACK_SIZE=0x100000"
|
||||
gmake DESTDIR="$1" install
|
||||
|
||||
ln -s python3 "$1/usr/bin/python"
|
||||
ln -s pip3 "$1/usr/bin/pip"
|
||||
|
@ -1,5 +1,6 @@
|
||||
bzip2
|
||||
expat
|
||||
gmake
|
||||
libffi
|
||||
openssl
|
||||
sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user