From b4b30a065dd104d890156ce625a44c0bfe9925d2 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 19:06:34 +0000 Subject: fixed syntax errors --- repo/system/libseccomp.xibuild | 6 +++--- repo/system/libxslt.xibuild | 3 ++- repo/system/nspr.xibuild | 4 ++-- repo/system/pcre.xibuild | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index f5de719..6836659 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -12,9 +12,9 @@ build () { make } -check () { - make check -} +#check () { + #make check +#} package () { make prefix=/usr lib=lib DESTDIR=$PKG_DEST install diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index 7020767..6103ef8 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -9,7 +9,7 @@ DESC="XML stylesheet transformation library" prepare () { sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && - sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c && + sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c } build () { @@ -19,6 +19,7 @@ build () { -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml && xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1 } + package () { make DESTDIR=$PKG_DEST install } diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 2f51f2b..52b1f5f 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -8,8 +8,8 @@ SOURCE=https://archive.mozilla.org/pub/nspr/releases/v$PKG_VER/src/nspr-$PKG_VER DESC="Netscape Portable Runtime" prepare () { - sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in - sed -i 's#$(LIBRARY) ##' config/rules.mk + #sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in + #sed -i 's#$(LIBRARY) ##' config/rules.mk } build () { diff --git a/repo/system/pcre.xibuild b/repo/system/pcre.xibuild index beb1114..ce7d382 100644 --- a/repo/system/pcre.xibuild +++ b/repo/system/pcre.xibuild @@ -14,7 +14,7 @@ build () { package () { make DESTDIR=$PKG_DEST install # this probably is not right but it works for now - ln /usr/lib/libpcre2-8.so $PKG_DEST/usr/lib/libpcre.so.1 + #ln /usr/lib/libpcre2-8.so $PKG_DEST/usr/lib/libpcre.so.1 } -- cgit v1.2.1