aboutsummaryrefslogtreecommitdiff
path: root/extra/libgrapheme/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libgrapheme/build')
-rwxr-xr-xextra/libgrapheme/build2
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