diff options
author | Will Andrews <will@FreeBSD.org> | 2000-04-02 05:37:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-04-02 05:37:29 +0000 |
commit | 63eef36fd6230244ab5eda1670ba2bede924dac0 (patch) | |
tree | e732292ec694e49eed121a217ff8e658a70e79d3 /dns/adns/files/patch-aa | |
parent | Ooops, I forgot to add MAN8 for oidentd.8 after removing it from the (diff) |
Add adns, an asynchronous DNS resolver library that provides a way to do
nslookups in a non-blocking manner. The adns distribution also comes with
some utilities similar to dig, host, nslookup, etc.
The port that I'm importing rips out the ${PORTOBJFORMAT} checking and
also trims the extra stuff in pkg/DESCR, which the original submission
contained.
PR: 17510
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reviewed by: billf, mharo
Notes
Notes:
svn path=/head/; revision=27277
Diffstat (limited to 'dns/adns/files/patch-aa')
-rw-r--r-- | dns/adns/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/adns/files/patch-aa b/dns/adns/files/patch-aa new file mode 100644 index 000000000000..5dbb8a59cec4 --- /dev/null +++ b/dns/adns/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Wed Nov 24 19:57:32 1999 ++++ configure Mon Mar 20 18:35:47 2000 +@@ -1457,7 +1457,7 @@ + + SHLIBFORLINK='libadns.so' + SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' +-SHLIBFILE='$(SHLIBSONAME).$(MINOR)' ++SHLIBFILE='$(SHLIBSONAME)' + + SHLIBCC='$(CC) $(CFLAGS) -fpic' + MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' |