mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-08 10:34:29 +02:00
Exclude additional glibc libraries from static linking
This commit is contained in:
parent
1fcefa4a08
commit
60c5fd666d
@ -19,11 +19,17 @@ RUN \
|
|||||||
-and -not -name 'libdl.*' \
|
-and -not -name 'libdl.*' \
|
||||||
-and -not -name 'libc.*' \
|
-and -not -name 'libc.*' \
|
||||||
-and -not -name 'libm.*' \
|
-and -not -name 'libm.*' \
|
||||||
|
-and -not -name 'libmvec.*' \
|
||||||
|
-and -not -name 'librt.*' \
|
||||||
|
-and -not -name 'libpthread.*' \
|
||||||
-delete && \
|
-delete && \
|
||||||
find /opt/ct-ng \
|
find /opt/ct-ng \
|
||||||
-name 'libdl.a' \
|
-name 'libdl.a' \
|
||||||
-or -name 'libc.a' \
|
-or -name 'libc.a' \
|
||||||
-or -name 'libm.a' \
|
-or -name 'libm.a' \
|
||||||
|
-or -name 'libmvec.a' \
|
||||||
|
-or -name 'librt.a' \
|
||||||
|
-or -name 'libpthread.a' \
|
||||||
-delete && \
|
-delete && \
|
||||||
mkdir /opt/ffbuild
|
mkdir /opt/ffbuild
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user