Commit ed1af7e8 authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by Stephen Hemminger

iproute2: Fixes an issue with cross-compilation

Signed-off-by: default avatarWolfgang Grandegger <wg@grandegger.com>
parent a07e9912
DESTDIR=/usr/
ROOTDIR=$(DESTDIR)
LIBDIR=/usr/lib/
SBINDIR=/sbin
CONFDIR=/etc/iproute2
......@@ -7,7 +8,7 @@ MANDIR=/share/man
ARPDDIR=/var/lib/arpd
# Path to db_185.h include
DBM_INCLUDE:=/usr/include
DBM_INCLUDE:=$(ROOTDIR)/usr/include
DEFINES= -DRESOLVE_HOSTNAMES -DLIBDIR=\"$(LIBDIR)\"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment