diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 20:56:20 +0000 |
commit | 868522aa377a4519adb0b9f402586ab7a41b86ba (patch) | |
tree | 44e805e154a3ace9bd8dbac73843e80d296b7814 /debian/nodejs/llhttp | |
parent | Adding upstream version 5.28.2+dfsg1+~cs23.11.12.3. (diff) | |
download | node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.tar.xz node-undici-868522aa377a4519adb0b9f402586ab7a41b86ba.zip |
Adding debian version 5.28.2+dfsg1+~cs23.11.12.3-6.debian/5.28.2+dfsg1+_cs23.11.12.3-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/nodejs/llhttp')
-rw-r--r-- | debian/nodejs/llhttp/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/nodejs/llhttp/build b/debian/nodejs/llhttp/build new file mode 100644 index 0000000..d886f85 --- /dev/null +++ b/debian/nodejs/llhttp/build @@ -0,0 +1,10 @@ +ts-node bin/generate.ts +tsc +export RELEASE=`pkgjs-pjson . version` +WASI_ROOT=/usr ts-node bin/build_wasm.ts +export CFLAGS="$CFLAGS -gdwarf-4" +export LDFLAGS="$LDFLAGS" +make release build/libllhttp.a build/libllhttp.so +(cd ..;dh_auto_configure --buildsystem=cmake -Dllhttp/release -- -DCMAKE_BUILD_TYPE=Release) +(cd ..;dh_auto_build --buildsystem=cmake) +find . -type f |