aboutsummaryrefslogtreecommitdiff
path: root/repos/archive/slang/rpath.patch
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/archive/slang/rpath.patch
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/archive/slang/rpath.patch')
-rw-r--r--repos/archive/slang/rpath.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/repos/archive/slang/rpath.patch b/repos/archive/slang/rpath.patch
deleted file mode 100644
index df449e31..00000000
--- a/repos/archive/slang/rpath.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-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@