diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-08-05 16:22:05 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-08-05 16:22:05 +0000 |
commit | 14409728e61c2ad8d681dbbddddbb028c5e9bbcb (patch) | |
tree | 215c477b4f6d4798e689a0e7807b55c1e0bd5cf7 /www-apache/mod_caucho/files | |
parent | Revision bump. Fixing build issues I encountered while compiling on uclibc. (diff) | |
download | historical-14409728e61c2ad8d681dbbddddbb028c5e9bbcb.tar.gz historical-14409728e61c2ad8d681dbbddddbb028c5e9bbcb.tar.bz2 historical-14409728e61c2ad8d681dbbddddbb028c5e9bbcb.zip |
Version bump to match www-servers/resin version.
Package-Manager: portage-2.1.1_pre4-r3
Diffstat (limited to 'www-apache/mod_caucho/files')
-rw-r--r-- | www-apache/mod_caucho/files/digest-mod_caucho-3.0.20 | 3 | ||||
-rw-r--r-- | www-apache/mod_caucho/files/mod_caucho-3.0.20-gentoo.patch | 17 |
2 files changed, 20 insertions, 0 deletions
diff --git a/www-apache/mod_caucho/files/digest-mod_caucho-3.0.20 b/www-apache/mod_caucho/files/digest-mod_caucho-3.0.20 new file mode 100644 index 000000000000..6ba5b302e614 --- /dev/null +++ b/www-apache/mod_caucho/files/digest-mod_caucho-3.0.20 @@ -0,0 +1,3 @@ +MD5 8ae9651a4a8a928b696352288636e5f7 resin-3.0.20-src.tar.gz 5396774 +RMD160 0e82848e3e88048db10019563d0c731e71b52b66 resin-3.0.20-src.tar.gz 5396774 +SHA256 b78f94ae294289292eb954a11ae4cbe10ed7e8e8de068b14f916cb46e2cd735e resin-3.0.20-src.tar.gz 5396774 diff --git a/www-apache/mod_caucho/files/mod_caucho-3.0.20-gentoo.patch b/www-apache/mod_caucho/files/mod_caucho-3.0.20-gentoo.patch new file mode 100644 index 000000000000..2fad0cc7c444 --- /dev/null +++ b/www-apache/mod_caucho/files/mod_caucho-3.0.20-gentoo.patch @@ -0,0 +1,17 @@ +diff -Nru resin-3.0.20.vanilla/modules/c/src/apache2/Makefile.in resin-3.0.20/modules/c/src/apache2/Makefile.in +--- resin-3.0.20.vanilla/modules/c/src/apache2/Makefile.in 2006-08-05 18:17:13.000000000 +0200 ++++ resin-3.0.20/modules/c/src/apache2/Makefile.in 2006-08-05 18:18:16.000000000 +0200 +@@ -36,11 +36,8 @@ + $(CC) -c $(INCLUDES) $(CFLAGS) $< + + install : mod_caucho.la +- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec) +- - rm -f $(apache_libexec)/mod_caucho.la +- - rm -f $(apache_libexec)/mod_caucho.a +- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \ +- -resin_home $(resin_home) ++ mkdir -p $(DESTDIR)$(apache_libexec) ++ $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(DESTDIR)$(apache_libexec) + + clean : + - rm -r *.o *.lo *.la *.so .libs |