![]() |
Double dash arguments fail to work in debian/rules
I've finally compiled ocaml for N900, now came across a problem while creating a package.
debian/rules call the following command somewhere at the end: Code:
$ dh_ocaml -Xcompiler-libs -Xcamlp4-extra \ Code:
dh_ocaml -Xcompiler-libs -Xcamlp4-extra \ Code:
$ OCAMLOBJINFO='OCAMLLIB=tools boot/ocamlrun tools/objinfo' dh_ocaml -Xcompiler-libs -Xcamlp4-extra --runtime-map ocaml-nox:ocaml-base-nox,ocaml:ocaml-base,camlp4 --checksum 4.01.0 If you want the full sources, let me know. |
Re: Double dash arguments fail to work in debian/rules
I've got it! It was the SBOX_REDIRECT_IGNORE I set for debhelper7. Running it
Code:
SBOX_REDIRECT_IGNORE='' dh_ocaml -Xcompiler-libs -Xcamlp4-extra --runtime-map ocaml-nox:ocaml-base-nox,ocaml:ocaml-base,camlp4 --checksum $(OCAML_ABI) |
All times are GMT. The time now is 20:09. |
vBulletin® Version 3.8.8