From 4baf18e7a8f12a6d993bccd322105c362a1b74d1 Mon Sep 17 00:00:00 2001 From: Matt Wonlaw Date: Wed, 12 Aug 2026 21:22:51 -0400 Subject: [PATCH] handle shell.c on alpine --- binding.gyp | 16 +++++++++++++--- deps/sqlite3.gyp | 3 --- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/binding.gyp b/binding.gyp index d5582af..290cf4f 100644 --- a/binding.gyp +++ b/binding.gyp @@ -5,7 +5,10 @@ { 'includes': ['deps/common.gypi'], 'variables': { - 'is_alpine%': '= 14 makes it a hard + # error that -w does not suppress. + 'cflags': ['-std=gnu99', '-w'], 'xcode_settings': { 'OTHER_CFLAGS': ['-std=c99'], 'WARNING_CFLAGS': ['-w'], diff --git a/deps/sqlite3.gyp b/deps/sqlite3.gyp index b4021cd..95384a5 100755 --- a/deps/sqlite3.gyp +++ b/deps/sqlite3.gyp @@ -6,9 +6,6 @@ { 'includes': ['common.gypi'], - 'variables': { - 'is_alpine%': '