]> git.pld-linux.org Git - packages/rust.git/blame - rust-1.16.0-configure-no-override.patch
- fix build deps
[packages/rust.git] / rust-1.16.0-configure-no-override.patch
CommitLineData
b5eceb5e
JR
1# Don't let configure clobber our debuginfo choice for stable releases.
2
3diff --git a/configure b/configure
4index 505767cede55..4074a1e2f765 100755
5--- a/configure
6+++ b/configure
7@@ -753,8 +753,8 @@ case "$CFG_RELEASE_CHANNEL" in
8 *-pc-windows-gnu)
9 ;;
10 *)
11- CFG_ENABLE_DEBUGINFO_LINES=1
12- CFG_ENABLE_DEBUGINFO_ONLY_STD=1
13+ # CFG_ENABLE_DEBUGINFO_LINES=1
14+ # CFG_ENABLE_DEBUGINFO_ONLY_STD=1
15 ;;
16 esac
17
18@@ -765,8 +765,8 @@ case "$CFG_RELEASE_CHANNEL" in
19 *-pc-windows-gnu)
20 ;;
21 *)
22- CFG_ENABLE_DEBUGINFO_LINES=1
23- CFG_ENABLE_DEBUGINFO_ONLY_STD=1
24+ # CFG_ENABLE_DEBUGINFO_LINES=1
25+ # CFG_ENABLE_DEBUGINFO_ONLY_STD=1
26 ;;
27 esac
28 ;;
This page took 0.027339 seconds and 4 git commands to generate.