From d810e597dc20333eaf7276213883996d60064ea2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 14 Jan 2008 10:18:52 +0000 Subject: [PATCH] partial revert of previous commit -- the rpath stuff was meant to be kept local only --- src/rc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/Makefile b/src/rc/Makefile index 587d60d7..eeb1c066 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -6,7 +6,7 @@ SRCS= checkpath.c fstabinfo.c mountinfo.c rc.c rc-depend.c \ CLEANFILES= version.h LDFLAGS+= -L../librc -L../libeinfo -LDADD+= -lutil -lrc -leinfo -Wl,-rpath,../librc -Wl,-rpath,../libeinfo +LDADD+= -lutil -lrc -leinfo CFLAGS+= -I../includes -I../librc -I../libeinfo BINDIR?= /sbin