mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
23 lines
707 B
Diff
23 lines
707 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Kenneth Myhra <kennethmyhra@gmail.com>
|
|
Date: Mon, 9 Aug 2021 19:43:03 +0200
|
|
Subject: [PATCH] Teach configure about serenity
|
|
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 421cf85..31bbb85 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -6299,7 +6299,7 @@ echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
|
|
fi
|
|
cf_cv_rm_so_locs=yes
|
|
;;
|
|
- (linux*|gnu*|k*bsd*-gnu)
|
|
+ (linux*|gnu*|k*bsd*-gnu|*serenity*)
|
|
if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
|
|
LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
|
|
LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
|