Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Aug 11, 2024
1 parent 18e2a3a commit 455f592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -4955,6 +4955,7 @@ $DOT_CONTENT
[ -n "$PACKAGE_DEP_UPP_T2" ] && {
PACKAGE_DEP_UPP_T2="$(printf '%s\n' $PACKAGE_DEP_UPP_T2 | sort | uniq | tr '\n' ' ')"

run install -d "$NATIVE_PACKAGE_INSTALLED_ROOT"
run "$XBUILDER" install "$PACKAGE_DEP_UPP_T2" --prefix="$NATIVE_PACKAGE_INSTALLED_ROOT" --download-dir="$PPKG_DOWNLOADS_DIR" --session-dir="$SESSION_DIR/native"

for NATIVE_PACKAGE_NAME in $PACKAGE_DEP_UPP_T2
Expand Down
4 changes: 2 additions & 2 deletions xbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,8 @@ getinfo_the_given_package() {
PACKAGE_INSTALL='configure --disable-dependency-tracking --enable-static --disable-shared --disable-nls --enable-largefile --enable-libgdbm-compat --without-readline'
;;
sqlite3)
PACKAGE_SRC_URL='https://www.sqlite.org/2024/sqlite-autoconf-3450200.tar.gz'
PACKAGE_SRC_SHA='bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae'
PACKAGE_SRC_URL='https://www.sqlite.org/2024/sqlite-autoconf-3460000.tar.gz'
PACKAGE_SRC_SHA='6f8e6a7b335273748816f9b3b62bbdc372a889de8782d7f048c653a447417a7d'
PACKAGE_DEP_PKG='libz'
PACKAGE_INSTALL='configure --disable-dependency-tracking --enable-static --disable-shared --enable-largefile --disable-editline --disable-readline'
;;
Expand Down

0 comments on commit 455f592

Please sign in to comment.