Package: ocaml-sha / 1.7-2

Metadata

Package Version Patches format
ocaml-sha 1.7-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 install mli files.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 install mli files

Signed-off-by: Eric Cooper <ecc@cmu.edu>

0002 compile C files with fPIC.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 compile c files with -fpic

closes: #518038

Signed-off-by: Eric Cooper <ecc@cmu.edu>

0003 use internal ccopts variable.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use internal ccopts variable

use $(ccopts) instead of $(CFLAGS) so that we still get
correct settings when CFLAGS is set by the build system

Signed-off-by: Eric Cooper <ecc@cmu.edu>

0004 add all byte and install byte targets.patch | (download)

Makefile | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add all-byte and install-byte targets

closes: #616176
Signed-off-by: Eric Cooper <ecc@cmu.edu>