diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-24 10:43:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-24 10:43:51 +0800 |
commit | 6df82295ef20e65f47f8b725d24c2e314ca5236f (patch) | |
tree | cb4232c5ead82bd53da0dd8e344083fd5deab97f /dns/adns/files | |
parent | 37b6e8cd0b47f39c992166363632442b48f3b296 (diff) | |
download | freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.tar.gz freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.tar.zst freebsd-ports-gnome-6df82295ef20e65f47f8b725d24c2e314ca5236f.zip |
Fix the adns library version so it matches the internal soname. This sets
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.
Diffstat (limited to 'dns/adns/files')
-rw-r--r-- | dns/adns/files/patch-configure | 2 | ||||
-rw-r--r-- | dns/adns/files/patch-configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/adns/files/patch-configure b/dns/adns/files/patch-configure index 2b4bfdac9c7f..cb1c4952408c 100644 --- a/dns/adns/files/patch-configure +++ b/dns/adns/files/patch-configure @@ -5,7 +5,7 @@ SHLIBFORLINK='libadns.so' SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' -SHLIBFILE='$(SHLIBSONAME).$(MINOR)' -+SHLIBFILE='$(SHLIBSONAME)$(MINOR)' ++SHLIBFILE='$(SHLIBSONAME)' SHLIBCC='$(CC) $(CFLAGS) -fpic' MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' diff --git a/dns/adns/files/patch-configure.in b/dns/adns/files/patch-configure.in index 9e0b4ab7d960..74b94f6d1b02 100644 --- a/dns/adns/files/patch-configure.in +++ b/dns/adns/files/patch-configure.in @@ -5,7 +5,7 @@ SHLIBFORLINK='libadns.so' SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' -SHLIBFILE='$(SHLIBSONAME).$(MINOR)' -+SHLIBFILE='$(SHLIBSONAME)$(MINOR)' ++SHLIBFILE='$(SHLIBSONAME)' SHLIBCC='$(CC) $(CFLAGS) -fpic' MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' |