parent
a0bfa2e298
commit
8d0bbdf9f2
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
exec chpst -b mbpfan -f
|
||||
exec mbpfan -f
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mbpfan'
|
||||
pkgname=mbpfan
|
||||
version=1.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
only_for_archs="x86_64 i686 x86_64-musl i686-musl" #Package is restricted to these arches because it's Macbook-specific and Macbooks only have these arches.
|
||||
build_style=gnu-makefile
|
||||
nopie="YES" #Hardening is disabled because it causes buffer overflow errors with this version of mbpfan. A more elegant solution would be patching the source files themselves.
|
||||
|
|
Loading…
Reference in a new issue