#!/bin/sh

LIBNFNETLINK_CFLAGS="-I$(pwd)/../../rootfs/usr/include" LIBNFNETLINK_LIBS="-L$(pwd)/../../rootfs/usr/lib" ./configure --prefix=$(pwd)/../../rootfs/usr --host=arm-linux


