Skip to content

Commit

Permalink
openssl: fix CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Apr 3, 2017
1 parent 335ea15 commit 45e1c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ main() {
no-dso \
$os \
-fPIC \
${@:4}
${@:3}
nice make -j$(nproc)
make install

Expand Down

0 comments on commit 45e1c92

Please sign in to comment.