diff options
Diffstat (limited to 'onbld/debian')
-rwxr-xr-x | onbld/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/onbld/debian/rules b/onbld/debian/rules index bbda33e..5c9f58f 100755 --- a/onbld/debian/rules +++ b/onbld/debian/rules @@ -26,12 +26,12 @@ install build build-arch build-indep: build-stamp build-stamp: patch # ctfstabs needs libctf, libctf needs ctfconvert # We've disabled ctfstabs via patch to build all tools - # not requiring lbctf, then build libctf, then - ctfstabs: + # not requiring libctf, then build libctf, then - ctfstabs: # libncurses.so is actually linker script # and sunld does not understand it, # but we do not need sunld here ;-) - sed -i -r 's/(export +LD_ALTEXEC.*)/#\1/' illumos-gate/env.sh + sed -i -r 's/.*(export +LD_ALTEXEC.*)/#\1/' illumos-gate/env.sh dh_illumos_make usr/src/tools # Then we need sunld: sed -i -r 's/#(export +LD_ALTEXEC.*)/\1/' illumos-gate/env.sh |