lcr packaging
Victor Seva
linuxmaniac at torreviejawireless.org
Mon May 25 10:20:44 UTC 2009
Joerg Dorchain wrote:
> On Sat, May 23, 2009 at 02:56:47AM +0300, Tzafrir Cohen wrote:
>>
>> Aparat from the errors involving Asterisk 1.6 discussed below, I see
>> some warnings from autoconf:
> [...]
>
>> Harmless? Any simple way to get rid of them?
>
> According to upstream they are harmless on Linux. They might
> become important when porting lcr to other systems.
[snip]
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/lcr-1.3~20090107'
cd . && /bin/sh /tmp/buildd/lcr-1.3~20090107/missing --run aclocal-1.9
cd . && /bin/sh /tmp/buildd/lcr-1.3~20090107/missing --run
automake-1.9 --foreign
cd . && /bin/sh /tmp/buildd/lcr-1.3~20090107/missing --run autoconf
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --build i486-linux-
gnu --prefix=/usr --localstatedir=/var --mandir=${prefix}/share/man --
infodir=${prefix}/share/info CFLAGS=-g -O2 build_alias=i486-linux-gnu
LDFLAGS= CPPFLAGS=-I/usr/include/mISDNuser CXXFLAGS=-g -O2 --no-create
--no-recursion
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
[/snip]
[snip]
make[1]: Entering directory `/tmp/buildd/lcr-1.3~20090107'
cd . && /bin/sh /tmp/buildd/lcr-1.3~20090107/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
[/snip]
Patch added and applied on svn...
--- a/configure.ac
+++ b/configure.ac
@@ -25,13 +25,13 @@ dnl This keeps being the first instructi
dnl Change the 2nd argument if the version increases
dnl 1st + 2nd argument is used for distribution package name
AC_INIT(lcr, 1.3, andreas at eversberg.eu)
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_CONFIG_SRCDIR([main.c])
AM_CONFIG_HEADER(config.h)
# fix warnings from autoconf + automake
-AC_GNU_SOURCE
-# AC_USE_SYSTEM_EXTENSIONS
+#AC_GNU_SOURCE
+AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE(lcr,1.3)
PD: Are you agree if I add myself in the Uploaders field?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lcr_1.3~20090107-1_i386.build.gz
Type: application/x-gzip
Size: 5347 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20090525/c8bb649d/attachment.bin>
-------------- next part --------------
--
Victor Seva <linuxmaniac at torreviejawireless.org>
http://linuxmaniac.torreviejawireless.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: Mensaje firmado digitalmente
URL: <http://lists.alioth.debian.org/pipermail/pkg-voip-maintainers/attachments/20090525/c8bb649d/attachment.pgp>
More information about the Pkg-voip-maintainers
mailing list