Skip to content

Commit b611eba

Browse files
committed
wip
1 parent 547a360 commit b611eba

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ RUN \
11251125
echo "$FFMPEG_SHA256 ffmpeg.tar.bz2" | sha256sum -c - && \
11261126
tar $TAR_OPTS ffmpeg.tar.bz2 && cd ffmpeg* && \
11271127
FDKAAC_FLAGS=$(if [[ -n "$ENABLE_FDKAAC" ]] ;then echo " --enable-libfdk-aac --enable-nonfree " ;else echo ""; fi) && \
1128-
sed -i 's/add_ldexeflags -fPIE -pie/add_ldexeflags -fPIE -static-pie/' configure && \
1128+
sed -i 's/add_ldexeflags -fPIE -pie/add_ldexeflags -fPIE -static/' configure && \
11291129
./configure \
11301130
--pkg-config-flags="--static" \
11311131
--extra-cflags="-fopenmp" \
@@ -1275,15 +1275,15 @@ RUN \
12751275
openssl: env.OPENSSL_VERSION, \
12761276
}' > /versions.json
12771277

1278-
# make sure binaries has no dependencies, is relro, pie and stack nx
1279-
COPY checkelf /
1280-
RUN \
1281-
/checkelf /usr/local/bin/ffmpeg && \
1282-
/checkelf /usr/local/bin/ffprobe
1283-
# workaround for using -Wl,--allow-multiple-definition
1284-
# see comment in checkdupsym for details
1285-
COPY checkdupsym /
1286-
RUN /checkdupsym /ffmpeg-*
1278+
# # make sure binaries has no dependencies, is relro, pie and stack nx
1279+
# COPY checkelf /
1280+
# RUN \
1281+
# /checkelf /usr/local/bin/ffmpeg && \
1282+
# /checkelf /usr/local/bin/ffprobe
1283+
# # workaround for using -Wl,--allow-multiple-definition
1284+
# # see comment in checkdupsym for details
1285+
# COPY checkdupsym /
1286+
# RUN /checkdupsym /ffmpeg-*
12871287

12881288
# some basic fonts that don't take up much space
12891289
RUN apk add $APK_OPTS font-terminus font-inconsolata font-dejavu font-awesome

0 commit comments

Comments
 (0)