mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
python: add sqlite support.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2007-2011 IPFire Team <info@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 #
|
||||
|
||||
2
make.sh
2
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
|
||||
|
||||
Reference in New Issue
Block a user