diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch')
| -rw-r--r-- | meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch new file mode 100644 index 0000000000..38923b08bf --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl-0.9.8p/debian/pkg-config.patch | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | Index: openssl-0.9.8k/Makefile.org | ||
| 2 | =================================================================== | ||
| 3 | --- openssl-0.9.8k.orig/Makefile.org 2009-07-19 11:34:56.000000000 +0200 | ||
| 4 | +++ openssl-0.9.8k/Makefile.org 2009-07-19 11:36:02.000000000 +0200 | ||
| 5 | @@ -444,7 +444,8 @@ | ||
| 6 | echo 'Description: OpenSSL cryptography library'; \ | ||
| 7 | echo 'Version: '$(VERSION); \ | ||
| 8 | echo 'Requires: '; \ | ||
| 9 | - echo 'Libs: -L$${libdir} -lcrypto $(EX_LIBS)'; \ | ||
| 10 | + echo 'Libs: -L$${libdir} -lcrypto'; \ | ||
| 11 | + echo 'Libs.private: $(EX_LIBS)'; \ | ||
| 12 | echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc | ||
| 13 | |||
| 14 | libssl.pc: Makefile | ||
| 15 | @@ -457,7 +458,8 @@ | ||
| 16 | echo 'Description: Secure Sockets Layer and cryptography libraries'; \ | ||
| 17 | echo 'Version: '$(VERSION); \ | ||
| 18 | echo 'Requires: '; \ | ||
| 19 | - echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \ | ||
| 20 | + echo 'Libs: -L$${libdir} -lssl'; \ | ||
| 21 | + echo 'Libs.private: -lcrypto $(EX_LIBS)'; \ | ||
| 22 | echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc | ||
| 23 | |||
| 24 | openssl.pc: Makefile | ||
| 25 | @@ -470,7 +472,8 @@ | ||
| 26 | echo 'Description: Secure Sockets Layer and cryptography libraries and tools'; \ | ||
| 27 | echo 'Version: '$(VERSION); \ | ||
| 28 | echo 'Requires: '; \ | ||
| 29 | - echo 'Libs: -L$${libdir} -lssl -lcrypto $(EX_LIBS)'; \ | ||
| 30 | + echo 'Libs: -L$${libdir} -lssl -lcrypto'; \ | ||
| 31 | + echo 'Libs.private: $(EX_LIBS)'; \ | ||
| 32 | echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc | ||
| 33 | |||
| 34 | Makefile: Makefile.org Configure config | ||
