summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-22 13:12:07 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-22 13:12:07 +0000
commita7671e592f04437c711258846b064900daee5a96 (patch)
tree6c69f8239eba54fb557f08aca3701969eaa4ae21
parent773a192832086a193b0132509205cbe1e90ac07b (diff)
downloadncurses-a7671e592f04437c711258846b064900daee5a96.tar.gz
ncurses.morph: stop ncurses running ldconfig
It possibly never runs it anyway, I could not find any @LDCONFIG@ substitutions, but ./configure allows it to be overridden anyway
-rw-r--r--ncurses.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncurses.morph b/ncurses.morph
index d619b69..326017a 100644
--- a/ncurses.morph
+++ b/ncurses.morph
@@ -2,7 +2,7 @@
"name": "ncurses",
"kind": "chunk",
"configure-commands": [
- "./configure --with-shared --without-debug --enable-widec"
+ "LDCONFIG=true ./configure --with-shared --without-debug --enable-widec"
],
"build-commands": [
"make"