repo/extra/strace/build

11 lines
158 B
Plaintext
Raw Normal View History

2019-09-14 03:22:06 -06:00
#!/bin/sh -e
export CFLAGS="$CFLAGS -Dsigcontext_struct=sigcontext"
./configure \
--prefix=/usr \
--enable-mpers=no
make
make DESTDIR="$1" install