[strace/strace] Compiling with tcc (TinyC Compiler) (#132)
James Mills
notifications at github.com
Fri Apr 10 09:35:02 UTC 2020
This is the build script:
```sh
name=strace
version=5.4
release=1
source="https://github.com/strace/strace/releases/download/v$version/$name-$version.tar.xz"
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-mpers=no
make
make DESTDIR="$PKG" install
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/issues/132#issuecomment-611959233
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20200410/78612619/attachment.html>
More information about the Strace-devel
mailing list