this fixes a problem building on 64-bit (oddly enough 32-bit only builds it fine)
Index: CLUCENE-CORE/0.9.20/Solaris/patch.sh =================================================================== --- CLUCENE-CORE/0.9.20/Solaris/patch.sh (revision 2789) +++ CLUCENE-CORE/0.9.20/Solaris/patch.sh (working copy) @@ -1,2 +1,3 @@ #!/bin/sh bash Solaris/apply_patches +touch -r configure `find . -type f`
