wohali closed pull request #25: rpm: Add missing build requirement libffi-devel URL: https://github.com/apache/couchdb-pkg/pull/25
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/js/rpm/SPECS/js.spec b/js/rpm/SPECS/js.spec index 44a6aea..a0bca4e 100644 --- a/js/rpm/SPECS/js.spec +++ b/js/rpm/SPECS/js.spec @@ -39,6 +39,7 @@ BuildRequires: python BuildRequires: zip BuildRequires: ncurses-devel BuildRequires: autoconf213 +BuildRequires: libffi-devel %description ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
