projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7bd65e
)
openssh: fix static compilation
author
Waldemar Brodkorb
<wbx@openadk.org>
Sat, 29 Aug 2015 07:46:35 +0000
(09:46 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 08:43:52 +0000
(10:43 +0200)
PIE and static doesn't work on Linux.
Fixes:
http://autobuild.buildroot.net/results/dce/
dce0202e039f4636d68532c4aab8738938b76650
/
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/openssh/openssh.mk
patch
|
blob
|
history
diff --git
a/package/openssh/openssh.mk
b/package/openssh/openssh.mk
index b95914b62d0f98950ee91b895c2f232f5a4628d5..fb5779e385a1f81759b49b06bed0e4ebc3760f1b 100644
(file)
--- a/
package/openssh/openssh.mk
+++ b/
package/openssh/openssh.mk
@@
-26,6
+26,10
@@
endef
ifeq ($(BR2_arc),y)
OPENSSH_CONF_OPTS += --without-pie
endif
+# PIE and static does not work on Linux
+ifeq ($(BR2_STATIC_LIBS),y)
+OPENSSH_CONF_OPTS += --without-pie
+endif
OPENSSH_DEPENDENCIES = zlib openssl