diff options
author | 2023-10-07 01:49:55 +0200 | |
---|---|---|
committer | 2023-10-07 01:49:55 +0200 | |
commit | ba2fb48cfa4d62d86bc22913c87a05ffac5319c2 (patch) | |
tree | 7f661565a3b854c1a0601ed6eaa86dfb5ea1361d /3rd_party | |
parent | 6fc41f57fc607df9b07446ca45bdf754225c9bd9 (diff) | |
download | libimobiledevice-ba2fb48cfa4d62d86bc22913c87a05ffac5319c2.tar.gz libimobiledevice-ba2fb48cfa4d62d86bc22913c87a05ffac5319c2.tar.bz2 |
automake: Reorder CFLAGS to fix build issues and use correct SSL library flags across Makefiles
Diffstat (limited to '3rd_party')
-rw-r--r-- | 3rd_party/ed25519/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd_party/ed25519/Makefile.am b/3rd_party/ed25519/Makefile.am index c475331..d8e4e04 100644 --- a/3rd_party/ed25519/Makefile.am +++ b/3rd_party/ed25519/Makefile.am | |||
@@ -6,7 +6,7 @@ AM_CPPFLAGS = \ | |||
6 | 6 | ||
7 | AM_CFLAGS = \ | 7 | AM_CFLAGS = \ |
8 | $(GLOBAL_CFLAGS) \ | 8 | $(GLOBAL_CFLAGS) \ |
9 | $(openssl_CFLAGS) | 9 | $(ssl_lib_CFLAGS) |
10 | 10 | ||
11 | AM_LDFLAGS = | 11 | AM_LDFLAGS = |
12 | 12 | ||