projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79bcdb
)
heirloom-mailx: disable static build
author
Baruch Siach
<baruch@tkos.co.il>
Sun, 23 Nov 2014 08:34:20 +0000
(10:34 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 23 Nov 2014 08:44:05 +0000
(09:44 +0100)
heirloom-mailx implements its own version of getopt() that collides with the C
library when linking statically.
Fixes:
http://autobuild.buildroot.net/results/f67/
f67eb63a9a8bb25fb0c071f1aac271e9798d95d1
/
http://autobuild.buildroot.net/results/722/
722f65c4fcc093d6a6a2200c06b2ecb3ee35bc06
/
http://autobuild.buildroot.net/results/1cc/
1cce267cc4b0a7d6bf5ff10f5429ae7dfe96960a
/
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/heirloom-mailx/Config.in
patch
|
blob
|
history
diff --git
a/package/heirloom-mailx/Config.in
b/package/heirloom-mailx/Config.in
index ca83dc365d1e3c0d31d7ef4da9a3fdd8f0d52ce9..a2521ef6639c24b876e426388e120a0c1dc28011 100644
(file)
--- a/
package/heirloom-mailx/Config.in
+++ b/
package/heirloom-mailx/Config.in
@@
-2,6
+2,7
@@
config BR2_PACKAGE_HEIRLOOM_MAILX
bool "heirloom-mailx"
# uses fork()
depends on BR2_USE_MMU
+ depends on !BR2_PREFER_STATIC_LIB
help
Heirloom mailx (previously known as nail) is a mail user
agent for Unix systems.
@@
-13,3
+14,7
@@
config BR2_PACKAGE_HEIRLOOM_MAILX
cram-md5), SMTPS, MIME encoding of attachements, and more.
http://heirloom.sourceforge.net/mailx.html
+
+comment "heirloom-mailx needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_USE_MMU