diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-14 05:21:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-14 05:21:22 +0000 |
commit | 73f4adaa542d555fe589aacfd8da5b8100820610 (patch) | |
tree | f82245eabd58998fd101ff69673e34af15c26a44 /package/openssl/openssl-nofips.patch | |
parent | 7f69e5369fdf7a5c2c61834365542bdd0a6200e4 (diff) | |
download | buildroot-novena-73f4adaa542d555fe589aacfd8da5b8100820610.tar.gz buildroot-novena-73f4adaa542d555fe589aacfd8da5b8100820610.zip |
openssl: git rid of version number in patches
As noted by Hamish Moffatt on the list.
Diffstat (limited to 'package/openssl/openssl-nofips.patch')
-rw-r--r-- | package/openssl/openssl-nofips.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openssl/openssl-nofips.patch b/package/openssl/openssl-nofips.patch new file mode 100644 index 000000000..0edea3ebc --- /dev/null +++ b/package/openssl/openssl-nofips.patch @@ -0,0 +1,12 @@ +diff -Nura openssl-0.9.8k/Makefile.org openssl-0.9.8k.nofips/Makefile.org +--- openssl-0.9.8k/Makefile.org 2009-03-03 20:40:29.000000000 -0200 ++++ openssl-0.9.8k.nofips/Makefile.org 2009-03-26 09:50:27.000000000 -0300 +@@ -131,7 +131,7 @@ + + BASEADDR= + +-DIRS= crypto fips ssl engines apps test tools ++DIRS= crypto ssl engines apps test tools + SHLIBDIRS= crypto ssl fips + + # dirs in crypto to build |