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