repo/extra/libffi/build

10 lines
129 B
Plaintext
Raw Normal View History

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