diff options
author | Anil Madhavapeddy <anil@recoil.org> | 2016-12-01 18:23:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-02 21:20:45 +0000 |
commit | 801ace687ae3930b8c1bc3cc722aac05e0910f37 (patch) | |
tree | ccbcb858313b3533963883f7413aac04e50f8fcd /community/ocaml/050_all_objinfoldflags.patch | |
parent | cf560a843119e90bb2950edc50c7e30c86e970fb (diff) | |
download | aports-801ace687ae3930b8c1bc3cc722aac05e0910f37.tar.bz2 aports-801ace687ae3930b8c1bc3cc722aac05e0910f37.tar.xz |
community/ocaml: move from testing to community
Diffstat (limited to 'community/ocaml/050_all_objinfoldflags.patch')
-rw-r--r-- | community/ocaml/050_all_objinfoldflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/ocaml/050_all_objinfoldflags.patch b/community/ocaml/050_all_objinfoldflags.patch new file mode 100644 index 0000000000..e7b2fc170f --- /dev/null +++ b/community/ocaml/050_all_objinfoldflags.patch @@ -0,0 +1,13 @@ +Index: ocaml-4.03.0+beta1/tools/Makefile.shared +=================================================================== +--- ocaml-4.03.0+beta1.orig/tools/Makefile.shared ++++ ocaml-4.03.0+beta1/tools/Makefile.shared +@@ -273,7 +273,7 @@ CCOUT = -o $(EMPTY) + endif + + objinfo_helper$(EXE): objinfo_helper.c ../config/s.h +- $(BYTECC) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \ ++ $(MKEXE) $(CCOUT)objinfo_helper$(EXE) $(BYTECCCOMPOPTS) \ + $(DEF_SYMBOL_PREFIX) $(LIBBFD_INCLUDE) objinfo_helper.c $(LIBBFD_LINK) + + OBJINFO=../compilerlibs/ocamlcommon.cma \ |