diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-07 16:47:24 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-07 16:47:24 +0200 |
commit | 98d00faa9d30cc3e242fef507ba2b3363d2e731d (patch) | |
tree | c207c35ed73c9f84d85f714e7cb65678bf8d1bdf /extra/libgrapheme/build | |
parent | 058e15e3080709087db7802947d889f0835093c1 (diff) | |
download | repository-98d00faa9d30cc3e242fef507ba2b3363d2e731d.tar.gz |
libgrapheme: bump to 2.0.0
Diffstat (limited to 'extra/libgrapheme/build')
-rwxr-xr-x | extra/libgrapheme/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libgrapheme/build b/extra/libgrapheme/build index 954aa1f3..d7375f0f 100755 --- a/extra/libgrapheme/build +++ b/extra/libgrapheme/build @@ -1,4 +1,4 @@ #!/bin/sh -e make -make PREFIX=/usr DESTDIR="$1" install +make LDCONFIG='' PREFIX=/usr DESTDIR="$1" install |