Skip to content

Commit

Permalink
Merge pull request #137 from zalando/bugfix/zlib
Browse files Browse the repository at this point in the history
zlib-dynamic -> zlib
  • Loading branch information
CyberDem0n committed Feb 28, 2017
2 parents 9aad7cf + 60505d8 commit ea26417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& mkdir openssl-build && cd openssl-build \
&& apt-get source libssl1.0.0 \
&& cd openssl-1.0.1f \
&& sed -i 's/ no-zlib / zlib-dynamic /' debian/rules \
&& sed -i 's/ no-zlib / zlib /' debian/rules \
&& sed -i 's/Z_DEFAULT_COMPRESSION/Z_BEST_SPEED/' crypto/comp/c_zlib.c \
&& debuild -b -uc -us \
&& cd .. \
Expand Down

0 comments on commit ea26417

Please sign in to comment.