public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/lua-language-server/files/
@ 2023-11-05 12:50 Mathis Winterer
  0 siblings, 0 replies; only message in thread
From: Mathis Winterer @ 2023-11-05 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fc85a85a81ba2f916f0e55bc69090ee247a9e886
Author:     Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
AuthorDate: Sun Nov  5 12:48:45 2023 +0000
Commit:     Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
CommitDate: Sun Nov  5 12:48:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc85a85a

dev-util/lua-language-server: Update patch to not link against stdc++fs

Signed-off-by: Mathis Winterer <mrmagic223325 <AT> fedora.email>

 dev-util/lua-language-server/files/linux.ninja.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/lua-language-server/files/linux.ninja.patch b/dev-util/lua-language-server/files/linux.ninja.patch
index c45d290518..4fedbaccc2 100644
--- a/dev-util/lua-language-server/files/linux.ninja.patch
+++ b/dev-util/lua-language-server/files/linux.ninja.patch
@@ -59,7 +59,7 @@
    deps = gcc
    depfile = $out.d
  build $obj/source_lua/linit.obj: c_source_lua_1 bee.lua/3rd/lua/linit.c
-@@ -95,7 +95,7 @@
+@@ -95,15 +95,15 @@
  rule cxx_source_bootstrap
    command = $cc -MMD -MT $out -MF $out.d -std=c++17 -fno-rtti -O2 -Wall $
      -fvisibility=hidden -Ibee.lua/3rd/lua -Ibee.lua -DLUA_USE_LINUX $
@@ -68,11 +68,12 @@
    description = Compile C++ $out
    deps = gcc
    depfile = $out.d
-@@ -103,7 +103,7 @@
+ build $obj/source_bootstrap/main.obj: cxx_source_bootstrap $
      bee.lua/bootstrap/main.cpp
  rule link_bootstrap
-   command = $cc $in -o $out -Wl,-E -static-libgcc -lm -ldl -lstdc++fs $
+-  command = $cc $in -o $out -Wl,-E -static-libgcc -lm -ldl -lstdc++fs $
 -    -pthread -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic -s
++  command = $cc $in -o $out -Wl,-E -static-libgcc -lm -ldl $
 +    -pthread -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic LDFLAGS
    description = Link    Exe $out
  build $bin/bootstrap: link_bootstrap $obj/source_bootstrap/main.obj $


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-05 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 12:50 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/lua-language-server/files/ Mathis Winterer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox