mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fail: update to 0.4.
This commit is contained in:
parent
a30e8ebe78
commit
495eba616c
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- fail.c
|
|
||||||
+++ fail.c
|
|
||||||
@@ -115,6 +115,8 @@ void illegalins()
|
|
||||||
: : : "memory");
|
|
||||||
#elif defined(__aarch64__)
|
|
||||||
__asm__ __volatile__ (".word 0x00800011" : : : "memory");
|
|
||||||
+#elif defined(__powerpc__)
|
|
||||||
+ __asm__ __volatile__ (".long 0" : : : "memory");
|
|
||||||
#else
|
|
||||||
#error implement illegalins for this architecture
|
|
||||||
#endif
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'fail'
|
# Template file for 'fail'
|
||||||
pkgname=fail
|
pkgname=fail
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Crash in various possible ways"
|
short_desc="Crash in various possible ways"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/leahneukirchen/fail"
|
homepage="https://github.com/leahneukirchen/fail"
|
||||||
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=67a91e403521a735500c693b44c96813ec5d2c8722e0f3f6817fbd5961bd00c4
|
checksum=cfaf5fc3865116b7c40611c3424f30d8860cfc03f82cca4e344da7d30b479db0
|
||||||
|
|
||||||
CFLAGS="-O1"
|
CFLAGS="-O1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue