mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
21 lines
598 B
Diff
21 lines
598 B
Diff
From d6197554b3f52ee9d8d81374141aa82014b4fc7b Mon Sep 17 00:00:00 2001
|
|
From: Moritz Warning <moritzwarning@web.de>
|
|
Date: Tue, 17 Sep 2024 15:38:34 +0200
|
|
Subject: [PATCH 4/5] add missing libatomic
|
|
|
|
---
|
|
make-linux.mk | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/make-linux.mk
|
|
+++ b/make-linux.mk
|
|
@@ -11,7 +11,7 @@ endif
|
|
|
|
INCLUDES?=-Irustybits/target -isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext-prometheus-cpp-lite-1.0/3rdparty/http-client-lite/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include
|
|
DEFS?=
|
|
-LDLIBS?=
|
|
+LDLIBS?=-latomic
|
|
DESTDIR?=
|
|
EXTRA_DEPS?=
|
|
|