diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-31 16:07:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-31 16:07:48 +0300 |
commit | 146cd5d10784a8ef636d65bda8c2d5011af23958 (patch) | |
tree | 760e6dac41fe94465a8826ba748ddfd33597aafe /extra/libtirpc/build | |
parent | b1533f89071f39005b0d952f30644b848d46a6de (diff) | |
download | repository-146cd5d10784a8ef636d65bda8c2d5011af23958.tar.gz |
libtirpc: add new package at 1.2.6
Diffstat (limited to 'extra/libtirpc/build')
-rwxr-xr-x | extra/libtirpc/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/libtirpc/build b/extra/libtirpc/build new file mode 100755 index 00000000..7fc795f2 --- /dev/null +++ b/extra/libtirpc/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-gssapi + +make +make DESTDIR="$1" install |