Skip to content

Commit

Permalink
[OS-16] some help for building with different gits.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsdon committed Jan 30, 2011
1 parent 63555c5 commit 0629235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ INSTALL_BIN_LINK_DIR=/usr/bin
HAVE_PKG="true"
ROOTCMD=pfexec

# illumos-extra is now in github but git's ssl doesn't always work in our build machines.
export GIT_SSL_NO_VERIFY=true

# Load all site-specific configure files
for file in `ls configure.*`; do
source ${file}
Expand Down

0 comments on commit 0629235

Please sign in to comment.