e3e7faeda3
the lib version back to 1, but since the dependencies still linked to libadns.so.1 even when the installed file was libadns.so.12, a new PORTREVISION bump is not needed.
11 lines
342 B
Text
11 lines
342 B
Text
--- configure.orig Thu Apr 20 13:27:46 2006
|
|
+++ configure Thu Apr 20 13:27:51 2006
|
|
@@ -1728,7 +1728,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'
|