projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4633877
)
Try prefer-dynamic
author
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:55:57 +0000
(17:55 +0200)
committer
Ximin Luo
<infinity0@debian.org>
Thu, 24 Aug 2017 15:55:57 +0000
(17:55 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 5652b3032c5e1c5b994e28f271e359f1abf0b304..44259ea512c91ec9d547a86443610b74efed50d5 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-9,6
+9,7
@@
include /usr/share/rustc/architecture.mk
export PKG_CONFIG = $(DEB_HOST_GNU_TYPE)-pkg-config
export PKG_CONFIG_ALLOW_CROSS = 1
RUSTFLAGS += -C linker=$(DEB_HOST_GNU_TYPE)-gcc
+RUSTFLAGS += -C prefer-dynamic
# Pass on dpkg-buildflags stuff
RUSTFLAGS += $(foreach flag,$(LDFLAGS),-C link-arg=$(flag))