alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

rpath.patch (1116B)


      1 commit 9fcf393adea60952768c9498cf4d4013918b9911
      2 Author: q66 <q66@chimera-linux.org>
      3 Date:   Sun Jan 23 05:30:32 2022 +0100
      4 
      5     disable rpath
      6 
      7 diff --git a/modules/Makefile.in b/modules/Makefile.in
      8 index f82f0ed..9b0bf44 100644
      9 --- a/modules/Makefile.in
     10 +++ b/modules/Makefile.in
     11 @@ -87,7 +87,6 @@ DEST_SLSH_DIR	= $(DESTDIR)$(SLSH_DIR)
     12  DEST_CMAPSDIR	= $(DESTDIR)$(CMAPS_DIR)
     13  DEST_HELPDIR	= $(DESTDIR)$(HELP_DIR)
     14  # ---------------------------------------------------------------------------
     15 -RPATH = @RPATH@
     16  
     17  LIBS = $(LDFLAGS) $(RPATH) $(SLANG_LIB) $(DL_LIB) @M_LIB@
     18  INCS = $(SLANG_SRCINC)
     19 diff --git a/slsh/Makefile.in b/slsh/Makefile.in
     20 index cba9d81..93d49cf 100644
     21 --- a/slsh/Makefile.in
     22 +++ b/slsh/Makefile.in
     23 @@ -23,7 +23,6 @@ SLANG_OBJLIB	= -L@OBJDIR@#  for statically linked
     24  #---------------------------------------------------------------------------
     25  DYNAMIC_LIBS	= @TERMCAP@ @DYNAMIC_LINK_LIB@ @LIBS@ @M_LIB@
     26  STATIC_LIBS	= @TERMCAP@ @LIBS@ @M_LIB@
     27 -RPATH		= @RPATH@
     28  #----------------------------------------------------------------------------
     29  INSTALL		= @INSTALL@
     30  INSTALL_DATA	= @INSTALL_DATA@