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
346 B
Text
11 lines
346 B
Text
--- configure.in.orig Thu Apr 20 12:46:10 2006
|
|
+++ configure.in Thu Apr 20 12:56:21 2006
|
|
@@ -140,7 +140,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'
|