Skip to content

Commit bc020dc

Browse files
committed
Add build flags needed for ovirt-engine-sdk
1 parent ca54c70 commit bc020dc

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_BUILD__OVIRT___ENGINE___SDK: "--with-cflags='-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration'"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
bin
22
vendor
33
_site
4-
/.bundle/config
54
/.bundle/environment.rb
65
*~
76
.DS_Store

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ The site is generated with Jekyll, and while you can use the regular
88

99
1. (One time only) Install Bundler (`gem install bundler`) and run
1010
`bundle install` once.
11-
1a. (env) export LANG="en_US.UTF-8"
12-
1b. (env) export LC_ALL="en_US.UTF-8"
11+
a. (env) export LANG="en_US.UTF-8"
12+
b. (env) export LC_ALL="en_US.UTF-8"
13+
c. Note that there's extra build flags in .bundle/config for ovirt-engine-sdk
1314
2. Run rake to see the available tasks:
1415

1516
JRuby.org documentation site. Available tasks:

0 commit comments

Comments
 (0)