← recipes

Commit 91f5800

0
plików
+0
dodanych
-0
usuniętych
@@ -1381,12 +1381,21 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
1381 1381 -rw-r--r--\troot/root\tusr/lib/node_modules/npm/package.json\ndrwxr-xr-x\troot/root\tusr/share/\n"
1382 1382 footprint_node_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\n-rw-r--r--\troot/root\t\
1383 1383 usr/share/man/man1/node.1.gz\n"
1384 -build: "export MAKEFLAGS=-j15\n\n\tcd node-v${pkgver}\nCFLAGS=\"$CFLAGS -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files\
1385 - \ -Wl,--no-keep-files-mapped\" \\\n CXXFLAGS=\"$CFLAGS\" \\\n\t./configure \\\n\t --prefix=/usr \\\n \
1386 - \ --shared-brotli \\\n --shared-cares \\\n --shared-libuv \\\n \
1387 - \ --shared-openssl \\\n --shared-nghttp2 \\\n --shared-nghttp3 \\\n \
1388 - \ --shared-zlib \\\n --with-intl=system-icu \n\n\tmake\n\tmake DESTDIR=${PKGDIR} install\n\n\t# clean\
1389 - \ up\n\tfind ${PKGDIR} -type f \\( \\\n\t\t-name 'README.md' -o \\\n\t\t-name 'AUTHORS.md' -o \\\n\t\t-name 'INSTALL.md'\
1390 - \ -o \\\n\t\t-name 'TODO.org' -o \\\n\t\t-name 'ChangeLog' -o \\\n\t\t-name 'NEWS' \\) -delete\n"
1391 -package: |
1384 +build: "cd node-v${pkgver}
1385 +CFLAGS=\"$CFLAGS -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped\" \
1386 +CXXFLAGS=\"$CFLAGS\" \
1387 + ./configure \
1388 + --prefix=/usr \
1389 + --shared-brotli \
1390 + --shared-cares \
1391 + --shared-libuv \
1392 + --shared-openssl \
1393 + --shared-nghttp2 \
1394 + --shared-nghttp3 \
1395 + --shared-zlib \
1396 + --with-intl=system-icu
1397 +
1398 + make
1399 + make DESTDIR=${PKGDIR} install
1400 +..."package: |
1392 1401 true