summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext2fs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext2fs/Makefile b/ext2fs/Makefile
index bd734407..64205513 100644
--- a/ext2fs/Makefile
+++ b/ext2fs/Makefile
@@ -25,6 +25,8 @@ SRCS = balloc.c bitmap.c dir.c ext2fs.c getblk.c hyper.c ialloc.c \
OBJS = $(SRCS:.c=.o)
LCLHDRS = ext2fs.h ext2_fs.h ext2_fs_i.h
+LDFLAGS += -static
+
ext2fs: $(OBJS) ../libdiskfs/libdiskfs.a ../libpager/libpager.a ../libioserver/libioserver.a ../libfshelp/libfshelp.a ../libports/libports.a ../libthreads/libthreads.a ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a
include ../Makeconf