repo/extra/libffi/build

10 lines
129 B
Plaintext
Raw Normal View History

2019-07-23 07:15:56 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2021-07-03 03:19:43 -06:00
--disable-exec-static-tramp \
2019-07-23 07:15:56 -06:00
--with-pic
make
2023-03-02 07:40:00 -07:00
make DESTDIR="$1" install