summaryrefslogtreecommitdiff
path: root/build/rpmfc.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-10-06 12:34:44 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-10-06 12:34:44 +0300
commit15fb8ccb41ce4cc02c78508b936fb74f7165683c (patch)
tree7bc8e2576241d7917da90b02acb48f77bffd1ac7 /build/rpmfc.h
parent82e7dd702013d3679fda438333de30afdec17a4f (diff)
downloadrpm-15fb8ccb41ce4cc02c78508b936fb74f7165683c.tar.gz
rpm-15fb8ccb41ce4cc02c78508b936fb74f7165683c.tar.bz2
rpm-15fb8ccb41ce4cc02c78508b936fb74f7165683c.zip
Teach the internal dep generator about OCaml
- OCaml seems to have fairly well detectable magic in its files, nice - Dont call the regular find-requires from the scripts now that internal is working
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r--build/rpmfc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h
index 84808a3c3..96cb93f50 100644
--- a/build/rpmfc.h
+++ b/build/rpmfc.h
@@ -33,7 +33,8 @@ enum FCOLOR_e {
#define RPMFC_ELF (RPMFC_ELF32|RPMFC_ELF64|RPMFC_ELFMIPSN32)
/* (1 << 3) leaks into package headers, reserved */
- /* bits 4-7 unused */
+ /* bits 4-6 unused */
+ RPMFC_OCAML = (1 << 7),
RPMFC_PKGCONFIG = (1 << 8),
RPMFC_LIBTOOL = (1 << 9),
RPMFC_BOURNE = (1 << 10),