Date: Thursday, April 7, 2022 @ 13:30:28
  Author: alerque
Revision: 1182795

Build vendored node stuff with matching apm/node version

Modified:
  atom/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-07 12:42:55 UTC (rev 1182794)
+++ PKGBUILD    2022-04-07 13:30:28 UTC (rev 1182795)
@@ -94,14 +94,12 @@
 build() {
        cd "$_archive"
 
-       CXXFLAGS="${CXXFLAGS/ -fexceptions/}"
        pushd node_modules/git-utils
        env \
                npm_config_disturl=https://electronjs.org/headers \
                npm_config_runtime=$_electron \
                npm_config_target=$_electron_version \
-               GYP_DEFINES="openssl_fips=" \
-               node-gyp rebuild
+               apm rebuild
        popd
 
        pushd script

Reply via email to