Skip to content

Commit

Permalink
Merge pull request #1127 from chef/lcg/doing-some-debugging
Browse files Browse the repository at this point in the history
remove centos5 support from libzmq
  • Loading branch information
tas50 authored Nov 21, 2019
2 parents 4a53f96 + 5675cab commit 06c78cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.

This file was deleted.

8 changes: 0 additions & 8 deletions config/software/libzmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,11 @@
# and newer versions of libzmq use this as the default.
env["CPPFLAGS"] = "#{env["CPPFLAGS"]} -DFD_SETSIZE=1024" if windows?

# centos 5 has an old version of gcc (4.2.1) that has trouble with
# long long and c++ in pedantic mode
# This patch is specific to zeromq4
if version.satisfies?(">= 4")
patch source: "zeromq-4.0.5_configure-pedantic_centos_5.patch", env: env if el?
end

# Some test files use inet_pton which is not readily available on windows.
if version.satisfies?(">= 4") && version.satisfies?("< 4.1") && windows?
patch source: "zeromq-4.0.11_mingw_inet_pton.patch", env: env
end

command("./autogen.sh", env: env, in_msys_bash: true)
config_command = [
"--with-libsodium",
"--without-documentation",
Expand Down

0 comments on commit 06c78cc

Please sign in to comment.