Skip to content

Commit

Permalink
ports: Misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Nov 16, 2024
1 parent 30e10ec commit 200d9ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes/frigg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /bin/sh

name=frigg
version=805d23ed8737629e0ff170458f95b615a290c938
version=922d38debf0b721f14448901eef80525c5b4bed9
revision=1
tarball_url="https://github.com/managarm/frigg/archive/${version}.tar.gz"
tarball_blake2b="0af92c25ef5321fce30fdad6133bb813b67989d4a8e0b76f1320376a6e4f6ca392daeb5ba484a479b22564d020376b1e2991dbcccce6be826c40c93e23bc4396"
tarball_blake2b="d0496dedd43d41b92a335e4190499ca085f3d75b9b119c1ab545b87fb2c1d5461168dc2c6adaf9d4958484b45a7cabdeda2fecad062a2a9ade2f3ecd740e36f8"
imagedeps="meson ninja-build"
hostdeps="pkg-config"

Expand Down
4 changes: 2 additions & 2 deletions recipes/mlibc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#! /bin/sh

name=mlibc
version=8c61472d5dbc308c259339c31f4eb9badfb342fd
version=c906cb5ade774bb43135054ba75530c15ddc94d8
revision=1
tarball_url="https://github.com/managarm/mlibc/archive/${version}.tar.gz"
tarball_blake2b="967c8ef3ac12f5312eacebe0b9bb091e456be7801522a3f618bca137570ea18856f0f4b72adb5131110e76856bb25357a8dd38987673735e8e9146c711e75cd0"
tarball_blake2b="a749e59c4ff8dff530987791da3f07c7cade98caaddc0369039da63eb5924ac1c7c6e99d22cd03732b57e4c5d08edf9808e9aa8e6c317e1b87601d0cd4d698c5"
imagedeps="meson ninja-build"
hostdeps="gcc pkg-config libgcc-binaries"
builddeps="freestnd-c-hdrs freestnd-cxx-hdrs frigg"
Expand Down
4 changes: 4 additions & 0 deletions recipes/zlib
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ deps="core-libs"
configure() {
prefix="${prefix}" \
CHOST="${OS_TRIPLET}" \
CFLAGS="${TARGET_CFLAGS}" \
CXXFLAGS="${TARGET_CXXFLAGS}" \
CPPFLAGS="${TARGET_CPPFLAGS}" \
LDFLAGS="${TARGET_LDFLAGS}" \
${source_dir}/configure
}

Expand Down

0 comments on commit 200d9ea

Please sign in to comment.