#!/bin/sh

./configure --host=arm-linux --prefix=$(pwd)/../../rootfs/usr/

## include/netlink-local.h
## add #ifndef offsetof ... #endif around line
## #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
## this prevents lots of compiler warnings during build.

