Support installing findlib
This commit is contained in:
parent
6299baeb88
commit
5ff6be9224
@ -15,7 +15,6 @@ stdenv.mkDerivation {
|
||||
buildInputs = [m4 ncurses ocaml];
|
||||
|
||||
patches = [ ./ldconf.patch ./install_topfind.patch ];
|
||||
patchFlags = "-p0";
|
||||
|
||||
dontAddPrefix=true;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- src/findlib/Makefile
|
||||
+++ src/findlib/Makefile
|
||||
--- findlib-1.3.3/src/findlib/Makefile
|
||||
+++ findlib-1.3.3/src/findlib/Makefile
|
||||
@@ -82,7 +82,7 @@ clean:
|
||||
install: all
|
||||
mkdir -p "$(prefix)$(OCAML_SITELIB)/$(NAME)"
|
||||
|
Loading…
Reference in New Issue
Block a user