projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c68c7
)
libressl: disable shared libraries, fixes build issues
author
Felix Fietkau
<nbd@nbd.name>
Wed, 28 Dec 2016 00:10:37 +0000
(
01:10
+0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 28 Dec 2016 00:22:26 +0000
(
01:22
+0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/libressl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libressl/Makefile
b/tools/libressl/Makefile
index 27f8496fdbeec5be8c68b248db85bd875792321c..1e3a6f80fbd3437c742e0997e3527540a2daa525 100644
(file)
--- a/
tools/libressl/Makefile
+++ b/
tools/libressl/Makefile
@@
-21,4
+21,6
@@
HOST_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/host-build.mk
+HOST_CONFIGURE_ARGS += --disable-shared
+
$(eval $(call HostBuild))