diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
commit | 6ab2a48f0d9da4fc05ae3d35b0cb9b5bb42087a7 (patch) | |
tree | 427cde81ac28eccce8fc9fe59144ac49ccfa9fe7 /package/openssl/patches/120-makedepend.patch | |
parent | 2c47c6c4a790c954f03f9decb6e3c37d6356d0eb (diff) | |
download | upstream-6ab2a48f0d9da4fc05ae3d35b0cb9b5bb42087a7.tar.gz upstream-6ab2a48f0d9da4fc05ae3d35b0cb9b5bb42087a7.tar.bz2 upstream-6ab2a48f0d9da4fc05ae3d35b0cb9b5bb42087a7.zip |
package/openssl: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches/120-makedepend.patch')
-rw-r--r-- | package/openssl/patches/120-makedepend.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/patches/120-makedepend.patch b/package/openssl/patches/120-makedepend.patch index 95600ff8e8..4ed6f6d229 100644 --- a/package/openssl/patches/120-makedepend.patch +++ b/package/openssl/patches/120-makedepend.patch @@ -1,6 +1,6 @@ --- a/util/domd +++ b/util/domd -@@ -22,7 +23,7 @@ if [ "$MAKEDEPEND" = "gcc" ]; then +@@ -22,7 +22,7 @@ if expr "$MAKEDEPEND" : '.*gcc$' > /dev/ done sed -e '/^# DO NOT DELETE.*/,$d' < Makefile > Makefile.tmp echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp |