From 52a3cc162ba7b18b568c091eff5ec35700847eb6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 11 Mar 2008 13:39:20 +0000 Subject: Add a --mount command to fstabinfo so it can mount specific mount points, as mount can get confused with binded mounts, bug #36. --- src/rc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rc/Makefile') 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 -- cgit v1.2.3