logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 653f749da586017b73651d5435826de9a97e5bae
parent 416dd4ac8a8b9184946482bf2db3f10ee8e35f63
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 20 Feb 2023 16:54:36 +0100

dev-util/genie: Fix pre-stripped

Diffstat:

Mdev-util/genie/files/genie-1170-system-lua.patch3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/genie/files/genie-1170-system-lua.patch b/dev-util/genie/files/genie-1170-system-lua.patch @@ -13,7 +13,8 @@ index 371360e..28aea12 100644 ALL_CFLAGS += $(CFLAGS) $(ALL_CPPFLAGS) $(ARCH) -Wall -Wextra -Os -m64 -Wno-implicit-fallthrough @@ -60,7 +60,7 @@ ifeq ($(config),release) ALL_RESFLAGS += $(RESFLAGS) $(DEFINES) $(INCLUDES) - ALL_LDFLAGS += $(LDFLAGS) -L"." -s -rdynamic +- ALL_LDFLAGS += $(LDFLAGS) -L"." -s -rdynamic ++ ALL_LDFLAGS += $(LDFLAGS) -L"." -rdynamic LIBDEPS += - LDDEPS += + LDDEPS += `pkg-config --libs lua`