INN commit: trunk (expire/Makefile nnrpd/Makefile)
INN Commit
rra at isc.org
Wed Mar 25 20:26:59 UTC 2015
Date: Wednesday, March 25, 2015 @ 13:26:58
Author: iulius
Revision: 9815
Re-order libinnhist and libstorage on the command line used when linking
Building fastrm was failing on Ubuntu 12.04.1 LTS
with the following error:
libstorage.so: undefined reference to `HISlookup'
Modified:
trunk/expire/Makefile
trunk/nnrpd/Makefile
-----------------+
expire/Makefile | 2 +-
nnrpd/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: expire/Makefile
===================================================================
--- expire/Makefile 2015-03-24 18:50:31 UTC (rev 9814)
+++ expire/Makefile 2015-03-25 20:26:58 UTC (rev 9815)
@@ -35,7 +35,7 @@
## Compilation rules.
-BOTH = $(LIBHIST) $(LIBSTORAGE) $(LIBINN)
+BOTH = $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
LINK = $(LIBLD) $(LDFLAGS) -o $@
INNLIBS = $(LIBINN) $(LIBS)
Modified: nnrpd/Makefile
===================================================================
--- nnrpd/Makefile 2015-03-24 18:50:31 UTC (rev 9814)
+++ nnrpd/Makefile 2015-03-25 20:26:58 UTC (rev 9815)
@@ -32,7 +32,7 @@
## Compilation rules.
-NNRPDLIBS = $(LIBHIST) $(LIBSTORAGE) $(LIBINN) $(STORAGE_LIBS) \
+NNRPDLIBS = $(LIBSTORAGE) $(LIBHIST) $(LIBINN) $(STORAGE_LIBS) \
$(PERL_LIBS) $(PYTHON_LIBS) $(SSL_LDFLAGS) $(SSL_LIBS) \
$(CRYPTO_LIBS) $(SASL_LDFLAGS) $(SASL_LIBS) $(LIBS)
More information about the inn-committers
mailing list