zsh-workers
 help / color / mirror / code / Atom feed
From: Andrej Borsenkow <borsenkow.msk@sni.de>
To: Zsh workers mailing list <zsh-workers@math.gatech.edu>
Subject: PATCH: zsh-3.1.2-zefram3+: LD_RUN_PATH for libzsh.so
Date: Wed, 28 Jan 1998 13:21:34 +0300 (MSK)	[thread overview]
Message-ID: <Pine.SV4.3.95.980128131643.1327B-100000@itsrm1> (raw)

So far nobody objected to using LD_RUN_PATH with libzsh.so. As libzsh.so
seems to be needed only on SVR4 anyway, I provide this patch (it is on top
of Zefram patch 3714). 

-------------------------------------------------------------------------
Andrej Borsenkow 		Fax:   +7 (095) 252 01 05
SNI ITS Moscow			Tel:   +7 (095) 252 13 88

NERV:  borsenkow.msk		E-Mail: borsenkow.msk@sni.de
-------------------------------------------------------------------------
--- zsh-3.1.2-zefram3+/Src/Makefile.in.org	Fri Jan 16 16:20:50 1998
+++ zsh-3.1.2-zefram3+/Src/Makefile.in	Wed Jan 28 13:15:45 1998
@@ -104,12 +104,12 @@
 LIBZSH = libzsh-$(VERSION).so
 NIBZSH =
 
-LFLAGS = -R$(libdir)/zsh
-NFLAGS =
+LDRUNPATH = LD_RUN_PATH=$(libdir)/zsh
+NDRUNPATH =
 
 zsh: $(@L@IBZSH) $(@L@STMP) $(MAIN_OBJS)
 	rm -f $@
-	$(LINK) $(@L@FLAGS) $(MAIN_OBJS) $(@L@LIST) $(@L@IBZSH) $(LIBS)
+	$(@L@DRUNPATH) $(LINK) $(MAIN_OBJS) $(@L@LIST) $(@L@IBZSH) $(LIBS)
 
 $(LIBZSH): $(LIBOBJS) $(NSTMP)
 	rm -f $@




                 reply	other threads:[~1998-01-28 10:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.SV4.3.95.980128131643.1327B-100000@itsrm1 \
    --to=borsenkow.msk@sni.de \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).