Immich: update libraw (#11233)

This commit is contained in:
Chris
2026-01-27 11:38:16 -05:00
committed by GitHub
parent 3f326c153f
commit 85d50cf1d1
2 changed files with 2 additions and 2 deletions

View File

@@ -242,7 +242,7 @@ $STD git clone https://github.com/libraw/libraw.git "$SOURCE"
cd "$SOURCE"
$STD git reset --hard "$LIBRAW_REVISION"
$STD autoreconf --install
$STD ./configure
$STD ./configure --disable-examples
$STD make -j"$(nproc)"
$STD make install
ldconfig /usr/local/lib