summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-01-14 10:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2008-01-14 10:18:52 +0000
commitd810e597dc20333eaf7276213883996d60064ea2 (patch)
tree2cfc249fe89ae1a9262939f427a1987bc9f7779f /src/rc/Makefile
parent5bfcea47295bba96ada29eb6020806920c2666d6 (diff)
downloadopenrc-d810e597dc20333eaf7276213883996d60064ea2.tar.gz
openrc-d810e597dc20333eaf7276213883996d60064ea2.tar.bz2
openrc-d810e597dc20333eaf7276213883996d60064ea2.tar.xz
partial revert of previous commit -- the rpath stuff was meant to be kept local only
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 587d60d..eeb1c06 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