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

Fixes #18683: Augeas fails to build on aix #2398

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions rudder-agent/SOURCES/Makefile
Expand Up @@ -613,8 +613,8 @@ build-curl: curl-source
build-readline: readline-source
# do not override flags as they don't work here
cd readline-source && ./configure --prefix=$(RUDDER_DIR)
cd augeas-source && $(MAKE) $(MAKE_J)
cd augeas-source && $(MAKE) install DESTDIR=$(CURDIR)/dependencies
cd readline-source && $(MAKE) $(MAKE_J)
cd readline-source && $(MAKE) install DESTDIR=$(CURDIR)/dependencies

build-augeas: augeas-source $(AUGEAS_DEP)
# augeas configure doesn't take the classic --with-libxml argument, same as curl
Expand Down