]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix version-number in libtool to be version-info so it produces
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Jan 2012 08:46:25 +0000 (08:46 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Jan 2012 08:46:25 +0000 (08:46 +0000)
  libunbound.so.2 like it should.

git-svn-id: file:///svn/unbound/trunk@2598 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index bdd8dba92c649cd107cfed288b086a9faac167c3..4c26f52f7de258564c9825003f5fe2f8788ac34b 100644 (file)
@@ -224,7 +224,7 @@ ALL_OBJ=$(COMMON_OBJ) $(UNITTEST_OBJ) $(DAEMON_OBJ) \
 
 COMPILE=$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS)
 LINK=$(LIBTOOL) --tag=CC --mode=link $(CC) $(staticexe) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
-LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(staticexe) -version-number @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined
+LINK_LIB=$(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(staticexe) -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined
 
 .PHONY:        clean realclean doc lint all install uninstall tests test strip lib longtest longcheck check
 
@@ -369,7 +369,7 @@ libunbound/python/libunbound_wrap.c:        $(srcdir)/libunbound/python/libunbound.i $(
 
 # Pyunbound python unbound wrapper
 _unbound.la:   libunbound_wrap.lo libunbound.la
-       $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -version-number @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) L. -L.libs -lunbound $(LIBS)
+       $(LIBTOOL) --tag=CC --mode=link $(CC) $(RUNTIME_PATH) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -module -version-info @LIBUNBOUND_CURRENT@:@LIBUNBOUND_REVISION@:@LIBUNBOUND_AGE@ -no-undefined -o $@ libunbound_wrap.lo -rpath $(PYTHON_SITE_PKG) L. -L.libs -lunbound $(LIBS)
 
 util/config_file.c:    util/configparser.h
 util/configlexer.c:  $(srcdir)/util/configlexer.lex util/configparser.h
index edb34866caf824254a7a36d12cfa3a5396ec9160..70a80a5387f6411501ba4533592c675754462bc7 100644 (file)
@@ -1,3 +1,7 @@
+30 January 2012: Wouter
+       - Fix version-number in libtool to be version-info so it produces
+         libunbound.so.2 like it should.
+
 26 January 2012: Wouter
        - Tag 1.4.15 (same as 1.4.15rc1), for 1.4.15 release.
        - trunk 1.4.16; includes changes memset testcode, #424 openindiana,