mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ffmpeg: strip libs fix for i686-musl
ffmpeg: strip static libs fix for i686-musl ffmpeg: strip libs fix for i686-musl
This commit is contained in:
parent
c78202f60d
commit
e2a386eb12
1 changed files with 4 additions and 3 deletions
|
@ -224,10 +224,11 @@ ffmpeg-devel_package() {
|
||||||
short_desc="Decoding, encoding and streaming software - development files"
|
short_desc="Decoding, encoding and streaming software - development files"
|
||||||
conflicts="ffmpeg6-devel"
|
conflicts="ffmpeg6-devel"
|
||||||
replaces="ffmpeg6-devel>=0"
|
replaces="ffmpeg6-devel>=0"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*)
|
||||||
# /usr/bin/strip: error: the input file '/destdir//ffmpeg-devel-4.4.4/usr/lib/libavfilter.a(vf_atadenoise.o)' has no sections
|
# /usr/bin/strip: error: the input file '/destdir//ffmpeg-devel-4.4.4/usr/lib/libavfilter.a(vf_atadenoise.o)' has no sections
|
||||||
nostrip_files="/usr/lib/libavfilter.a"
|
nostrip_files="/usr/lib/libavfilter.a";;
|
||||||
fi
|
esac
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue