diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-14 01:13:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-14 01:13:52 +0300 |
commit | 837477bbf1d92c9752280f0fbbc651ef7e6af1dc (patch) | |
tree | ab65493fb11264ec62bc048f070fb740e05be715 | |
parent | 28490d601e37d649a78888f7f04d45c172ef7fec (diff) | |
download | repository-837477bbf1d92c9752280f0fbbc651ef7e6af1dc.tar.gz |
aspell: disable hardcoding runtime path
-rwxr-xr-x | community/aspell/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/aspell/build b/community/aspell/build index 5be11ec5..f1b629c9 100755 --- a/community/aspell/build +++ b/community/aspell/build @@ -3,6 +3,7 @@ ./configure \ --prefix=/usr \ --disable-nls \ + --disable-rpath \ --enable-static \ --disable-shared |