summaryrefslogtreecommitdiff
path: root/onbld/debian/rules
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-03-02 01:55:13 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-03-02 01:55:13 +0400
commit073176576015b320edbd16589ac2ac505d64aa00 (patch)
tree34691f69aad1a085739e226bd43eb2cabfd7c7ea /onbld/debian/rules
parentb1f66f91236447c272d08d0fdfa212420c5b2c0a (diff)
downloadillumos-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-xonbld/debian/rules1
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 $@