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 #22957: wrong file #2773

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
2 changes: 1 addition & 1 deletion rudder-agent/SOURCES/Makefile.in
Expand Up @@ -227,7 +227,7 @@ build-pcre: pcre-source

build-openssl: openssl-source @perl_DEP@
# recent gcc don't include fp in armv7a
cd openssl-source && sed -i "s/armv7-a/armv7-a+fp/g" util/perl/OpenSSL/config.pm
cd openssl-source && sed -i "s/armv7-a/armv7-a+fp/g" config
cd openssl-source && find crypto -type f | grep 'pl$$' | xargs sed -i "s/armv7-a/armv7-a+fp/g"
# openssl doesn't support CFLAGS (it overrides its own) so we must pass them in batch to configure
cd openssl-source && RELEASE="" @SSL_CONFIGURE@ -fPIC $(CFLAGS) $(LDFLAGS) $(PIE_LDFLAGS) --prefix=$(RUDDER_DIR) --openssldir=$(RUDDER_DIR)/openssl shared no-idea no-rc5 no-ssl3 no-dtls no-psk no-srp no-engine enable-egd
Expand Down