commit 173d6c1

chld  ·  2026-08-22 07:18:17 +0000 UTC
parent 937a477
fail for configure, init bdw-gc
6 files changed,  +38, -3
+1, -1
1@@ -34,7 +34,7 @@ build(){
2 		--without-webp \
3 		--without-sqlite3 \
4 		--without-lcms2 \
5-		--without-libsystemd
6+		--without-libsystemd || die "configured failed"
7 
8 	gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed" 
9 	gmake DESTDIR="$PKG" install || die "gmake install failed"
+1, -1
1@@ -20,7 +20,7 @@ build(){
2 		--enable-jit=no \
3 		--disable-nls \
4 		--enable-mini-gmp \
5-		--without-libiconv
6+		--without-libiconv || die "configure failed"
7 
8 	gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed" 
9 	gmake DESTDIR="$PKG" install || die "gmake install failed"
+0, -0
+6, -0
1@@ -0,0 +1,6 @@
2+name: libunistring
3+description: gnu shit irolwk lol
4+license: GPL-3.0-or-later
5+upstream:
6+version: 1.4
7+maintainer: chld
+29, -0
 1@@ -0,0 +1,29 @@
 2+#!/bin/sh -ue
 3+NAME=bdw-gc
 4+VERSION=8.2.8
 5+RELEASE=1
 6+SOURCE="https://hboehm.info/gc/gc_source/gc-8.2.8.tar.gz"
 7+build(){
 8+	CFLAGS='-static' LDFLAGS='-static' ./configure \
 9+		--prefix=/ \
10+		--bindir=/bin \
11+		--sbindir=/bin \
12+		--libdir=/lib \
13+		--includedir=/include \
14+		--sysconfdir=/etc \
15+		--disable-lto \
16+		--without-gnu-ld \
17+		--disable-libunistring \
18+		--enable-dependency-tracking \
19+		--enable-static \
20+		--disable-libtool-loc \
21+		--enable-jit=no \
22+		--disable-nls \
23+		--enable-mini-gmp \
24+		--without-libiconv || die "configure failed"
25+
26+	gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed" 
27+	gmake DESTDIR="$PKG" install || die "gmake install failed"
28+
29+}
30+. ${0%/*}/../../libsh/libdmake.sh
+1, -1
1@@ -20,7 +20,7 @@ build(){
2 		--enable-jit=no \
3 		--disable-nls \
4 		--enable-mini-gmp \
5-		--without-libiconv
6+		--without-libiconv || die "configure failed"
7 
8 	gmake PREFIX="$PREFIX" DESTDIR="$PKG" CFLAGS='-static' LDFLAGS='-static' -j"$NPROC" || die "build failed" 
9 	gmake DESTDIR="$PKG" install || die "gmake install failed"