Skip to content

Commit 94be7b8

Browse files
committed
build with -fPIE
1 parent 232afaa commit 94be7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/containers/release_build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN dnf -y install https://repo.radeon.com/amdgpu-install/6.4.1/rhel/8.10/amdgpu
2323
# Build zstd static library from sources
2424
RUN git clone https://github.com/facebook/zstd.git /tmp/zstd && \
2525
cd /tmp/zstd && \
26-
make && \
26+
CFLAGS="-fPIE" make && \
2727
make install && \
2828
rm -rf /tmp/zstd
2929

0 commit comments

Comments
 (0)