[PATCH] Remove debug fprintfs
[fio.git] / Makefile.solaris
index 9eb2ebca3aa8bcbd2042861d1e1b8cb1b0aa7e69..1a68984d4f8d202ca2f8a38cfb2cfceafe98d253 100644 (file)
@@ -14,7 +14,7 @@ OBJS += engines/fio-engine-null.o
 all: depend $(PROGS) $(SCRIPTS)
 
 fio: $(OBJS)
-       $(CC) $(CFLAGS) -o $@ $(OBJS) -lc -lpthread -lm -laio -lrt
+       $(CC) $(CFLAGS) -o $@ $(OBJS) -lc -lpthread -lm -laio -lrt -ldl
 
 clean:
        -rm -f *.o .depend cscope.out $(PROGS)