Skip to content

Commit

Permalink
Added compilation flag for RHEL users (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed Mar 4, 2015
1 parent f911e2f commit f0fd278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samtools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libbam.a:$(LOBJS)
$(AR) -csru $@ $(LOBJS)

samtools:lib-recur $(AOBJS)
$(CC) $(CFLAGS) -o $@ $(AOBJS) $(LDFLAGS) libbam.a -Lbcftools -lbcf $(LIBPATH) $(LIBCURSES) -lm -lz -lpthread
$(CC) $(CFLAGS) -o $@ $(AOBJS) $(LDFLAGS) libbam.a -Lbcftools -lbcf $(LIBPATH) $(LIBCURSES) -lm -lz -lpthread -ltinfo

razip:razip.o razf.o $(KNETFILE_O)
$(CC) $(CFLAGS) -o $@ $^ -lz
Expand Down

0 comments on commit f0fd278

Please sign in to comment.