ip_frag: fix missing dependency on hash library
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 5 Oct 2016 12:14:08 +0000 (15:14 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Oct 2016 13:47:23 +0000 (15:47 +0200)
commitdad7734e6608aec0a07049985a5f2bdd6af25678
tree6902b09c6b3650b5372f0f565d9ca768d9d306b9
parent094be9925d10d724ee9c6ce4e9594272ad015e38
ip_frag: fix missing dependency on hash library

Not sure what exactly changed and where, but I've started getting
build failures on Fedora rawhide i386:
    lib/librte_ip_frag/ip_frag_internal.c:36:23: fatal error:
    rte_jhash.h: No such file or directory
     #include <rte_jhash.h>
                       ^
Looking at librte_ip_frag, it clearly depends on librte_hash so
its probably more a question of something commonly masking the issue.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
lib/librte_ip_frag/Makefile