diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-13 20:43:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-13 20:43:36 +0300 |
commit | 4b1e294943af66b5f8c448b0e5082509a40e2c1f (patch) | |
tree | 090d9e62623c23c7480e8f882bbffb5cfe3501c8 /extra/libtirpc | |
parent | 907389a5475fe52410dab4e3e0a553f3688b4824 (diff) | |
download | repository-4b1e294943af66b5f8c448b0e5082509a40e2c1f.tar.gz |
libtirpc: fix sysconfdir
Diffstat (limited to 'extra/libtirpc')
-rwxr-xr-x | extra/libtirpc/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/libtirpc/build b/extra/libtirpc/build index 7fc795f2..c15fb381 100755 --- a/extra/libtirpc/build +++ b/extra/libtirpc/build @@ -2,6 +2,7 @@ ./configure \ --prefix=/usr \ + --sysconfdir=/etc \ --disable-gssapi make |