mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
63eef36fd6
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
12 lines
342 B
Plaintext
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'
|