diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-03-02 01:55:13 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-03-02 01:55:13 +0400 |
commit | 073176576015b320edbd16589ac2ac505d64aa00 (patch) | |
tree | 34691f69aad1a085739e226bd43eb2cabfd7c7ea /onbld/debian/rules | |
parent | b1f66f91236447c272d08d0fdfa212420c5b2c0a (diff) | |
download | illumos-packaging-073176576015b320edbd16589ac2ac505d64aa00.tar.gz |
onbld (4.3) unstable; urgency=medium
* New upstream snapshot
* Updated use-system-libdwarf.patch
* Updated no-python.patch
* Updated libctf-headers.patch
* Removed no-ask-as.patch (applied upstream)
* Refreshed all patches
* Disable -msave-args (not supported)
* Updated debian/libctf1.symbols and debian/lib32ctf1.symbols
* Patched cw to allow ccache (use execvp instead of execv) - added
cw-allow-ccache.patch
Diffstat (limited to 'onbld/debian/rules')
-rwxr-xr-x | onbld/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onbld/debian/rules b/onbld/debian/rules index 4f20c80..3b128b1 100755 --- a/onbld/debian/rules +++ b/onbld/debian/rules @@ -17,6 +17,7 @@ unpack-stamp: # install into debian/tmp: echo 'export TOOLS_PROTO="$$ROOT"' >> usr/env.sh + echo 'export SAVEARGS=' >> usr/env.sh sed -i '/^TOOLS_PROTO=/d' usr/bldenv.sh touch $@ |