These are the command-line bioinformatics utilities associated with the UCSC genome browser. Care has been taken to install only the freely available tools. However, the license information at https://genome.ucsc.edu/license/ is not entirely clear and we may add non-free utilities in the future. Contact UCSC if you are using this port for commercial purposes.
11 lines
261 B
Text
11 lines
261 B
Text
--- kent/src/utils/dnsInfo/makefile.orig 2021-04-18 01:20:21 UTC
|
|
+++ kent/src/utils/dnsInfo/makefile
|
|
@@ -1,7 +1,7 @@
|
|
kentSrc = ../..
|
|
include ../../inc/common.mk
|
|
|
|
-L += -lm -lresolv
|
|
+L += -lm
|
|
MYLIBDIR = ../../lib/$(MACHTYPE)
|
|
MYLIBS = $(MYLIBDIR)/jkweb.a
|
|
|