diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-11 06:52:03 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-11 06:52:03 +0000 |
| commit | cd09bb7d98628514649b1ea2cec6dff948d5ca04 (patch) | |
| tree | 956ae96167b207ad6594413b40bff76e9cc4b8a6 /repos/archive/slang/rpath.patch | |
| parent | a30382d7c240f38d8799eac313c14bccdd26bc2a (diff) | |
| download | alicelinux-cd09bb7d98628514649b1ea2cec6dff948d5ca04.tar.gz alicelinux-cd09bb7d98628514649b1ea2cec6dff948d5ca04.zip | |
archived mc, slang and syslinux
Diffstat (limited to 'repos/archive/slang/rpath.patch')
| -rw-r--r-- | repos/archive/slang/rpath.patch | 30 |
1 files changed, 30 insertions, 0 deletions
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 <q66@chimera-linux.org> +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@ |