summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-11 13:39:20 +0000
committerRoy Marples <roy@marples.name>2008-03-11 13:39:20 +0000
commit52a3cc162ba7b18b568c091eff5ec35700847eb6 (patch)
tree70b380f6ae39a2aaa1d9d094be57ba96bd06b12a /src/rc/Makefile
parent0fa512c2b53fa6452078a8e0cd6279e56e271e3b (diff)
downloadopenrc-52a3cc162ba7b18b568c091eff5ec35700847eb6.tar.gz
openrc-52a3cc162ba7b18b568c091eff5ec35700847eb6.tar.bz2
openrc-52a3cc162ba7b18b568c091eff5ec35700847eb6.tar.xz
Add a --mount command to fstabinfo so it can mount specific mount points, as mount can get confused with binded mounts, bug #36.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index 6e0ca8d..7f179fc 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -31,6 +31,7 @@ ALL_LINKS= ${BINLINKS} ${SBINLINKS} ${RC_BINLINKS} ${RC_SBINLINKS}
CLEANFILES+= ${ALL_LINKS}
LDFLAGS+= -L../librc -L../libeinfo
+LDFLAGS+= -Wl,--rpath=../librc -Wl,--rpath=../libeinfo
LDADD+= -lutil -lrc -leinfo
MK= ../../mk