summaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/120-makedepend.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-04-04 18:30:56 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-04-04 18:30:56 +0000
commitb32d7ba7052746ef139f6f9d0f0909545cd3399b (patch)
tree786d011cbb6c7f57b331d52a000b41268ce47329 /package/openssl/patches/120-makedepend.patch
parentfbabc211c5b7d6176cee154ec22904386b656f9b (diff)
downloadmaster-31e0f0ae-b32d7ba7052746ef139f6f9d0f0909545cd3399b.tar.gz
master-31e0f0ae-b32d7ba7052746ef139f6f9d0f0909545cd3399b.tar.bz2
master-31e0f0ae-b32d7ba7052746ef139f6f9d0f0909545cd3399b.zip
update openssl to 0.9.8k (#4846)
SVN-Revision: 15106
Diffstat (limited to 'package/openssl/patches/120-makedepend.patch')
-rw-r--r--package/openssl/patches/120-makedepend.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/openssl/patches/120-makedepend.patch b/package/openssl/patches/120-makedepend.patch
index 232ffb761a..01af569fea 100644
--- a/package/openssl/patches/120-makedepend.patch
+++ b/package/openssl/patches/120-makedepend.patch
@@ -1,7 +1,6 @@
-Index: openssl-0.9.8e/util/domd
-===================================================================
---- openssl-0.9.8e.orig/util/domd 2007-06-04 13:23:32.130849264 +0200
-+++ openssl-0.9.8e/util/domd 2007-06-04 13:23:32.408807008 +0200
+diff -burN openssl-0.9.8k/util/domd openssl-0.9.8k.patched/util/domd
+--- openssl-0.9.8k/util/domd 2009-01-21 22:44:52.000000000 +0100
++++ openssl-0.9.8k.patched/util/domd 2009-03-26 15:46:28.600347986 +0100
@@ -14,7 +14,8 @@
cp Makefile Makefile.save
# fake the presence of Kerberos
@@ -16,7 +15,7 @@ Index: openssl-0.9.8e/util/domd
done
sed -e '/^# DO NOT DELETE.*/,$d' < Makefile > Makefile.tmp
echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp
-- gcc -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
+- ${CC:-gcc} -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
+ ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND -M $args >> Makefile.tmp
${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
rm -f Makefile.tmp