From cd09bb7d98628514649b1ea2cec6dff948d5ca04 Mon Sep 17 00:00:00 2001 From: Linux User Date: Fri, 11 Apr 2025 06:52:03 +0000 Subject: archived mc, slang and syslinux --- repos/archive/slang/rpath.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 repos/archive/slang/rpath.patch (limited to 'repos/archive/slang/rpath.patch') diff --git a/repos/archive/slang/rpath.patch b/repos/archive/slang/rpath.patch new file mode 100644 index 00000000..df449e31 --- /dev/null +++ b/repos/archive/slang/rpath.patch @@ -0,0 +1,30 @@ +commit 9fcf393adea60952768c9498cf4d4013918b9911 +Author: q66 +Date: Sun Jan 23 05:30:32 2022 +0100 + + disable rpath + +diff --git a/modules/Makefile.in b/modules/Makefile.in +index f82f0ed..9b0bf44 100644 +--- a/modules/Makefile.in ++++ b/modules/Makefile.in +@@ -87,7 +87,6 @@ DEST_SLSH_DIR = $(DESTDIR)$(SLSH_DIR) + DEST_CMAPSDIR = $(DESTDIR)$(CMAPS_DIR) + DEST_HELPDIR = $(DESTDIR)$(HELP_DIR) + # --------------------------------------------------------------------------- +-RPATH = @RPATH@ + + LIBS = $(LDFLAGS) $(RPATH) $(SLANG_LIB) $(DL_LIB) @M_LIB@ + INCS = $(SLANG_SRCINC) +diff --git a/slsh/Makefile.in b/slsh/Makefile.in +index cba9d81..93d49cf 100644 +--- a/slsh/Makefile.in ++++ b/slsh/Makefile.in +@@ -23,7 +23,6 @@ SLANG_OBJLIB = -L@OBJDIR@# for statically linked + #--------------------------------------------------------------------------- + DYNAMIC_LIBS = @TERMCAP@ @DYNAMIC_LINK_LIB@ @LIBS@ @M_LIB@ + STATIC_LIBS = @TERMCAP@ @LIBS@ @M_LIB@ +-RPATH = @RPATH@ + #---------------------------------------------------------------------------- + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ -- cgit v1.2.3