1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/dns/adns/files/patch-aa
Will Andrews 63eef36fd6 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
2000-04-02 05:37:29 +00:00

12 lines
342 B
Plaintext

--- 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'