summaryrefslogtreecommitdiff
path: root/debian/patches/fix_META.patch
blob: 57321899dd45f59a47db1219685a882debadf429 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/META.in
+++ b/META.in
@@ -16,7 +16,8 @@
 package "syntax" (
   version = "@PACKAGE_VERSION@"
   description = "Syntax extension: bitstring operators"
-  archive(syntax,preprocessor) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
-  archive(syntax,toploop) = "unix.cma bitstring.cma bitstring_persistent.cma pa_bitstring.cmo"
+  requires = "bitstring.persistent"
+  archive(syntax,preprocessor) = "pa_bitstring.cmo"
+  archive(syntax,toploop) = "pa_bitstring.cmo"
   preprocessor = "camlp4of"
 )