|
|
@@ -992,21 +992,21 @@ buildDpkg() {
|
|
|
|
|
|
buildDPKGAndDependencies() {
|
|
|
notifyProgress "Building zlib"
|
|
|
- #buildZLib
|
|
|
+ buildZLib
|
|
|
notifyProgress "Building xz"
|
|
|
- #buildXZ
|
|
|
+ buildXZ
|
|
|
notifyProgress "Building bzip2"
|
|
|
- #buildBZip2
|
|
|
+ buildBZip2
|
|
|
notifyProgress "Building lz4"
|
|
|
- #buildLZ4
|
|
|
+ buildLZ4
|
|
|
notifyProgress "Building openSSL"
|
|
|
- #buildOpenSSL
|
|
|
+ buildOpenSSL
|
|
|
notifyProgress "Building curl"
|
|
|
- #buildCurl
|
|
|
+ buildCurl
|
|
|
notifyProgress "Building BerkeleyDB"
|
|
|
- #buildBerkeleyDB
|
|
|
+ buildBerkeleyDB
|
|
|
notifyProgress "Building tar"
|
|
|
- #buildTar
|
|
|
+ buildTar
|
|
|
notifyProgress "Building dpkg"
|
|
|
buildDpkg
|
|
|
}
|
|
|
@@ -1316,7 +1316,7 @@ mkdirIfNecessary $ROOT_LOG_FOLDER
|
|
|
# Ensure our SDK has all the required "extras" installed/setup
|
|
|
prepSDK
|
|
|
|
|
|
-#buildBashAndFriends
|
|
|
-#buildBasicUtils
|
|
|
+buildBashAndFriends
|
|
|
+buildBasicUtils
|
|
|
buildDPKGAndDependencies
|
|
|
-#buildAPTAndDependencies
|
|
|
+buildAPTAndDependencies
|