parent
a0bfa2e298
commit
8d0bbdf9f2
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec chpst -b mbpfan -f
|
exec mbpfan -f
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'mbpfan'
|
# Template file for 'mbpfan'
|
||||||
pkgname=mbpfan
|
pkgname=mbpfan
|
||||||
version=1.9.1
|
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.
|
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
|
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.
|
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…
x
Reference in New Issue
Block a user