1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:18:11 +00:00
serenity/Ports/quake3/patches/0004-Meta-Add-ldl-library-for-Serenity-target.patch
2022-04-09 11:40:33 +02:00

25 lines
556 B
Diff

From 5efef55d7dc570bcef21533a952267e6b107d495 Mon Sep 17 00:00:00 2001
From: Jesse Buhagiar <jooster669@gmail.com>
Date: Fri, 25 Mar 2022 09:45:12 +1100
Subject: [PATCH 4/8] Meta: Add `-ldl` library for Serenity target
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b26ceb7f..035fea77 100644
--- a/Makefile
+++ b/Makefile
@@ -868,7 +868,7 @@ ifeq ($(PLATFORM),serenity)
SHLIBLDFLAGS=-shared $(LDFLAGS)
THREAD_LIBS=-lpthread
- LIBS=-lm
+ LIBS=-lm -ldl
CLIENT_LIBS =
--
2.35.1