projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a062c2a
)
dawn: Add PKG_BUILD_FLAGS:=no-lto because lto causes strange SegFaults
author
Carsten Schuette
<schuettecarsten@googlemail.com>
Wed, 6 Sep 2023 12:42:12 +0000
(14:42 +0200)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Wed, 7 Feb 2024 22:31:28 +0000
(23:31 +0100)
Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
(cherry picked from commit
d9acb54dc49b63ea3b473d72543c76c02e93eb2d
)
net/dawn/Makefile
patch
|
blob
|
history
diff --git
a/net/dawn/Makefile
b/net/dawn/Makefile
index bb3ee5566900d7918afc3abc46f0f4680f224b85..4576dd994f17e5509f4045f13f0f7c01a1242f8a 100644
(file)
--- a/
net/dawn/Makefile
+++ b/
net/dawn/Makefile
@@
-17,6
+17,8
@@
PKG_MAINTAINER:=Nick Hainke <vincent@systemli.org>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=LICENSE
+PKG_BUILD_FLAGS:=no-lto
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk