mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/faac: only sed when using eglibc
This commit is contained in:
parent
c3dda532cb
commit
89504be2bc
@ -14,7 +14,9 @@ source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
#taken from http://bugs.sourcemage.org/show_bug.cgi?id=15263
|
||||
sed -i "s/^\(.*strcasestr\)/\/\/ This is in libc and conflicts: \1 /" common/mp4v2/mpeg4ip.h
|
||||
[ "$ALPINE_LIBC" = "eglibc" ] && sed -i \
|
||||
"s/^\(.*strcasestr\)/\/\/ This is in libc and conflicts: \1 /" \
|
||||
common/mp4v2/mpeg4ip.h
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user