From 1916a97e7b8dce5249ad60c168fa6bc3df0864ea Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 4 Mar 2011 16:37:47 +0100 Subject: [PATCH] python: add sqlite support. --- config/rootfiles/common/python | 1 + lfs/python | 2 +- make.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/python b/config/rootfiles/common/python index 65428dfb59..b5fa08f46e 100644 --- a/config/rootfiles/common/python +++ b/config/rootfiles/common/python @@ -1843,6 +1843,7 @@ usr/lib/python2.7/lib-dynload/_multibytecodec.so usr/lib/python2.7/lib-dynload/_multiprocessing.so usr/lib/python2.7/lib-dynload/_random.so usr/lib/python2.7/lib-dynload/_socket.so +usr/lib/python2.7/lib-dynload/_sqlite3.so usr/lib/python2.7/lib-dynload/_ssl.so usr/lib/python2.7/lib-dynload/_struct.so usr/lib/python2.7/lib-dynload/_testcapi.so diff --git a/lfs/python b/lfs/python index 12779a55af..9677d49782 100644 --- a/lfs/python +++ b/lfs/python @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team # # # # 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 # diff --git a/make.sh b/make.sh index 55bdf9aa47..1e6d81f135 100755 --- a/make.sh +++ b/make.sh @@ -416,6 +416,7 @@ buildipfire() { ipfiremake pam ipfiremake openssl ipfiremake curl + ipfiremake sqlite ipfiremake python ipfiremake fireinfo ipfiremake libnet @@ -649,7 +650,6 @@ buildipfire() { ipfiremake splix ipfiremake streamripper ipfiremake sshfs - ipfiremake sqlite ipfiremake taglib ipfiremake mediatomb ipfiremake sslh -- 2.39.2