firejail: remove strip from makefile
This commit is contained in:
parent
3abbccff1f
commit
8c7fb34e9d
@ -1,7 +1,7 @@
|
||||
# Template file for 'firejail'
|
||||
pkgname=firejail
|
||||
version=0.9.20
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
conf_files="
|
||||
/etc/firejail/transmission-qt.profile
|
||||
@ -26,7 +26,12 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a9c3347b2f32da9de0f7e566dcf223c01a0ee79dd6c8007d5c3b1878f739e5d0
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*)
|
||||
configure_args+=" --disable-seccomp"
|
||||
;;
|
||||
arm*)
|
||||
configure_args+=" --disable-seccomp"
|
||||
;;
|
||||
esac
|
||||
|
||||
pre_install() {
|
||||
# remove hardcoded strip(1)
|
||||
sed -i '/strip .*/d' */Makefile
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user