diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-05-07 03:58:30 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-05-07 03:58:30 +0000 |
commit | 1f92831170d5be9cb0511f6f9360d3c2daf3d24c (patch) | |
tree | 831eb1a20f5213fa08ba2d7b39c932aaefd70449 /package/curl/curl-7.10.4-path.patch | |
parent | 0a41ba39e26b08d9a000a917eeccd948e9da12a7 (diff) | |
download | buildroot-novena-1f92831170d5be9cb0511f6f9360d3c2daf3d24c.tar.gz buildroot-novena-1f92831170d5be9cb0511f6f9360d3c2daf3d24c.zip |
Add new packages.
Diffstat (limited to 'package/curl/curl-7.10.4-path.patch')
-rw-r--r-- | package/curl/curl-7.10.4-path.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/curl/curl-7.10.4-path.patch b/package/curl/curl-7.10.4-path.patch new file mode 100644 index 000000000..a972618eb --- /dev/null +++ b/package/curl/curl-7.10.4-path.patch @@ -0,0 +1,13 @@ +--- curl-7.10.4/lib/Makefile.am ++++ curl-7.10.4/lib/Makefile.am +@@ -78,8 +78,8 @@ + + install-data-hook: + @if test -n "@CURL_CA_BUNDLE@"; then \ +- $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \ +- @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \ ++ $(mkinstalldirs) `dirname $(prefix)/../@CURL_CA_BUNDLE@`; \ ++ @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(prefix)/../@CURL_CA_BUNDLE@; \ + fi + + # this hook is mainly for non-unix systems to build even if configure |