public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: ummeegge <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] sqlite: Update to version 3310100
Date: Sat, 11 Apr 2020 09:49:47 +0200	[thread overview]
Message-ID: <1baacbf09ca45c1adbf09b0c35838a91e4753028.camel@ipfire.org> (raw)
In-Reply-To: <65C89F7F-FF37-4F13-BFB3-F164DF33F383@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3047 bytes --]

Hi Michael,

Am Freitag, den 10.04.2020, 15:29 +0100 schrieb Michael Tremer:
> Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> 
> > On 8 Apr 2020, at 09:49, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
> > 
> > Update includes several fixes and enhancements.
> > For a full overview https://www.sqlite(.)org/draft/changes.html .
> > 
> > Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> > ---
> > config/rootfiles/common/sqlite |  2 +-
> > lfs/sqlite                     | 12 ++++++++----
> > 2 files changed, 9 insertions(+), 5 deletions(-)
> > 
> > diff --git a/config/rootfiles/common/sqlite
> > b/config/rootfiles/common/sqlite
> > index f3b0b3697..c3863bdb7 100644
> > --- a/config/rootfiles/common/sqlite
> > +++ b/config/rootfiles/common/sqlite
> > @@ -3,7 +3,7 @@ usr/bin/sqlite3
> > #usr/include/sqlite3ext.h
> > #usr/lib/libsqlite3.a
> 
> You disabled static, but there is still a static library here.
> 
> Are you sure?
the ROOTFILE has been newely generated with the updated LFS, the
configure options does also offer the '--enable-static=no' option.

> 
> -Michael
> 
> > #usr/lib/libsqlite3.la
> > -usr/lib/libsqlite3.so
> > +#usr/lib/libsqlite3.so
> > usr/lib/libsqlite3.so.0
> > usr/lib/libsqlite3.so.0.8.6
> > #usr/lib/pkgconfig/sqlite3.pc
> > diff --git a/lfs/sqlite b/lfs/sqlite
> > index 8f02634cd..000621a0e 100644
> > --- a/lfs/sqlite
> > +++ b/lfs/sqlite
> > @@ -1,7 +1,7 @@
> > ###################################################################
> > ############
> > #                                                                  
> >            #
> > # IPFire.org - A linux based
> > firewall                                         #
> > -# Copyright (C) 2007-2018  IPFire Team  <info(a)ipfire.org>         
> >             #
> > +# Copyright (C) 2007-2020  IPFire Team  <info(a)ipfire.org>         
> >             #
> > #                                                                  
> >            #
> > # This program is free software: you can redistribute it and/or
> > modify        #
> > # it under the terms of the GNU General Public License as published
> > by        #
> > @@ -24,7 +24,7 @@
> > 
> > include Config
> > 
> > -VER        = 3260000
> > +VER        = 3310100
> > 
> > THISAPP    = sqlite-autoconf-$(VER)
> > DL_FILE    = $(THISAPP).tar.gz
> > @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> > 
> > $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> > 
> > -$(DL_FILE)_MD5 = ac2b3b8cd3a97600e36fb8e756e8dda1
> > +$(DL_FILE)_MD5 = 2d0a553534c521504e3ac3ad3b90f125
> > 
> > install : $(TARGET)
> > 
> > @@ -70,8 +70,12 @@ $(subst %,%_MD5,$(objects)) :
> > $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
> > 	@$(PREBUILD)
> > 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf
> > $(DIR_DL)/$(DL_FILE)
> > -	cd $(DIR_APP) && ./configure --prefix=/usr
> > +	cd $(DIR_APP) && ./configure	\
> > +		--prefix=/usr		\
> > +		--enable-static=no	\
> > +
> > 	cd $(DIR_APP) && make $(MAKETUNING)
> > 	cd $(DIR_APP) && make install
> > +
> > 	@rm -rf $(DIR_APP)
> > 	@$(POSTBUILD)
> > -- 
> > 2.12.2
> > 
> 
> 


  reply	other threads:[~2020-04-11  7:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  8:49 Erik Kapfer
2020-04-10 14:29 ` Michael Tremer
2020-04-11  7:49   ` ummeegge [this message]
2020-04-11  8:58     ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1baacbf09ca45c1adbf09b0c35838a91e4753028.camel@ipfire.org \
    --to=ummeegge@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox