diff options
Diffstat (limited to 'package/crda/patches')
-rw-r--r-- | package/crda/patches/101-make_crypto_use_optional.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/crda/patches/101-make_crypto_use_optional.patch b/package/crda/patches/101-make_crypto_use_optional.patch index 105ffb36e7..fc5311a071 100644 --- a/package/crda/patches/101-make_crypto_use_optional.patch +++ b/package/crda/patches/101-make_crypto_use_optional.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -29,7 +29,9 @@ LDLIBS += `pkg-config --libs openssl` +@@ -32,7 +32,9 @@ LDLIBS += `pkg-config --libs openssl` reglib.o: keys-ssl.c |