You are not logged in.
Pages: 1
Hi,
I think, I found the problem with the dietlibc build failing.
I posted it in the main ArchLinux project for now:
https://bugs.archlinux.org/task/55108?project=5&cat[0]=33&string=dietlibc
To me it was quite unclear how it should be added to
'https://github.com/archlinux32/packages'.
I would have made a directory 'community/dietlibc'.
I have a patch-file 'dietlib-i386-socketcall-also-with-pic.patch' and a prepare session for PKGBUILD:
source=("https://www.fefe.de/dietlibc/dietlibc-$pkgver.tar.bz2"{,.sig}
"dietlib-i386-socketcall-also-with-pic.patch")
sha256sums=('68838893790ddd7a42bc1a06e5435054e1dc1914e4b53d2d6c92f603d3b315f5'
'SKIP'
'2fabb9922b8a9d2ceafb8127e2dd8271b01e18ce61d61804cc1be8edd0f0d5e9')
prepare() {
cd "$srcdir"/$pkgname-$pkgver
patch -p1 -i "${srcdir}"/dietlib-i386-socketcall-also-with-pic.patch
}
Last edited by andreas_baumann (2017-08-11 16:10:33)
Offline
Ok. After reading the README in https://github.com/archlinux32/packages, I think I see how it's done:
additional patch file into the directory, a diff for the PKGBUILD.
I'll provide a pull request, after testing it.
Offline
Sweet, thanks!
Offline
Pages: 1