git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
02deb12
)
haproxy: Fix non-ssl builds
author
Christian Lachner
<redacted>
Sun, 4 Mar 2018 12:07:07 +0000
(13:07 +0100)
committer
Christian Lachner
<redacted>
Sun, 4 Mar 2018 12:10:53 +0000
(13:10 +0100)
- Add missing libatomic dependency in non-ssl variant of the build
Signed-off-by: Christian Lachner <redacted>
net/haproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/haproxy/Makefile
b/net/haproxy/Makefile
index 511ceca1fc96e19c849fe5d8b8acee0469cf24d6..e5d124b9725a89c5301dce17454ca7cf2742dafa 100644
(file)
--- a/
net/haproxy/Makefile
+++ b/
net/haproxy/Makefile
@@
-77,7
+77,7
@@
endef
define Package/haproxy-nossl
TITLE+= (without SSL support)
VARIANT:=nossl
- DEPENDS+= +libpcre +libltdl +zlib +libpthread
+ DEPENDS+= +libpcre +libltdl +zlib +libpthread
+libatomic
TITLE+= (without SSL support)
$(call Package/haproxy/Default)
endef
git clone https://git.99rst.org/PROJECT