git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6441bf8
)
Fix a bug causing libtool versioning to be ignored.
author
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 13 Aug 2009 06:08:45 +0000 (07:08 +0100)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 13 Aug 2009 06:08:45 +0000 (07:08 +0100)
This bug meant that razor 0.1 was recorded as interface 0 rather
than the intended interface 1. razor 0.2 will use interface 1.
librazor/Makefile.am
patch
|
blob
|
history
diff --git
a/librazor/Makefile.am
b/librazor/Makefile.am
index
b39ce30
..
9caddee
100644
(file)
--- a/
librazor/Makefile.am
+++ b/
librazor/Makefile.am
@@
-41,7
+41,8
@@
endif
librazor_la_LIBADD = $(ZLIB_LIBS) types/libtypes.la $(LUA_LIBS) \
../gl/libgnu.la $(EXTRA_LIBS)
-librazor_la_LDFLAGS = -no-undefined
+librazor_la_LDFLAGS = -no-undefined \
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
if HAVE_LUA
test_lua_SOURCES = test-lua.c