diff options
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 |