Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added plans for building apr and apr-util. #124

Merged
merged 3 commits into from
Jan 3, 2016
Merged

Conversation

juliandunn
Copy link
Contributor

I wrote these plans to better understand bldr and figured I might as well contribute them to the project for future use.

@chef-delivery
Copy link
Contributor

This PR has passed 'Verify' and is ready for review and approval!
Use: '@delivery approve' when code review is complete.

@adamhjk
Copy link
Contributor

adamhjk commented Jan 2, 2016

There is a plan step for install, so you don't have to include the make install in build (you'll win up calling make install twice).

In the apr plan, there is no need for anything at - you should be able to delete do_build altogether, since it follows basic convention.

do_build() {
./configure --prefix=${pkg_prefix} --with-apr=$(pkg_path_for chef/apr)
make
make install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this make install

@chef-delivery
Copy link
Contributor

This PR has passed 'Verify' and is ready for review and approval!
Use: '@delivery approve' when code review is complete.

@adamhjk
Copy link
Contributor

adamhjk commented Jan 3, 2016

@delivery approve

chef-delivery added a commit that referenced this pull request Jan 3, 2016
Merged change bb262fe6-b304-40c9-a514-85cf9205128f

From review branch jcd/apr-plan into master

Signed-off-by: adam <[email protected]>
@chef-delivery chef-delivery merged commit 873667a into master Jan 3, 2016
@chef-delivery chef-delivery deleted the jcd/apr-plan branch January 3, 2016 06:46
@chef-delivery
Copy link
Contributor

Change: bb262fe6-b304-40c9-a514-85cf9205128f approved by: @adamhjk

@adamhjk
Copy link
Contributor

adamhjk commented Jan 3, 2016

gif-keyboard-16324183030068759219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants