* [Buildroot] [PATCH v3] ser2net: bump to 2.9
@ 2013-07-28 15:02 Yegor Yefremov
2013-07-28 15:13 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2013-07-28 15:02 UTC (permalink / raw)
To: buildroot
SER2NET_AUTORECONF is needed because of libtool version mismatch.
See error message bellow:
/bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g -O2 -o
ser2net controller.o dataxfer.o devcfg.o readconfig.o selector.o
ser2net.o utils.o telnet.o buffer.o -lnsl
libtool: Version mismatch error. This is libtool 2.4.2
Debian-2.4.2-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
Debian-2.4.2-1ubuntu1
libtool: and run autoconf again.
make: *** [ser2net] Error 63
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
Changes since v2: added reason for autoreconf to ser2net.mk
Changes since v1: added reason for autoreconf
package/ser2net/ser2net.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/package/ser2net/ser2net.mk b/package/ser2net/ser2net.mk
index 588571c..db729fa 100644
--- a/package/ser2net/ser2net.mk
+++ b/package/ser2net/ser2net.mk
@@ -4,9 +4,13 @@
#
################################################################################
-SER2NET_VERSION = 2.8
+SER2NET_VERSION = 2.9
SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
+SER2NET_AUTORECONF = YES
SER2NET_LICENSE = GPLv2+
+
+# needed due to libtool version mismatch. Check if it was corrected in the
+# next version.
SER2NET_LICENSE_FILES = COPYING
$(eval $(autotools-package))
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v3] ser2net: bump to 2.9
2013-07-28 15:02 [Buildroot] [PATCH v3] ser2net: bump to 2.9 Yegor Yefremov
@ 2013-07-28 15:13 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2013-07-28 15:13 UTC (permalink / raw)
To: buildroot
Dear Yegor Yefremov,
On Sun, 28 Jul 2013 17:02:35 +0200, Yegor Yefremov wrote:
> -SER2NET_VERSION = 2.8
> +SER2NET_VERSION = 2.9
> SER2NET_SITE = http://downloads.sourceforge.net/project/ser2net/ser2net
> +SER2NET_AUTORECONF = YES
> SER2NET_LICENSE = GPLv2+
> +
> +# needed due to libtool version mismatch. Check if it was corrected in the
> +# next version.
> SER2NET_LICENSE_FILES = COPYING
This was wrong, the comment was on the wrong line. Anyway, as noted,
I've committed your v2 and added a comment myself.
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-28 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 15:02 [Buildroot] [PATCH v3] ser2net: bump to 2.9 Yegor Yefremov
2013-07-28 15:13 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox