diff options
author | Roy Marples <roy@marples.name> | 2008-03-11 13:39:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-11 13:39:20 +0000 |
commit | 52a3cc162ba7b18b568c091eff5ec35700847eb6 (patch) | |
tree | 70b380f6ae39a2aaa1d9d094be57ba96bd06b12a /src/rc/Makefile | |
parent | 0fa512c2b53fa6452078a8e0cd6279e56e271e3b (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index 6e0ca8d3..7f179fcc 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 |