diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-10 14:40:36 +0100 |
commit | 435cff735f24278f53678abda61b950a4a478895 (patch) | |
tree | 63ab1a8afc2764c7ce690d66bd843741acdedf25 /package/iproute2 | |
parent | 1ea04a0aae6381623d8908f3a21566ce39050cda (diff) | |
parent | 6fee1b118039c804d2d18c500abf98798c8c04da (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/iproute2')
-rw-r--r-- | package/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 4a894389f..33c33f7e7 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -47,7 +47,7 @@ $(eval $(call PKG_template,SS,ss,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_SS},${PK CONFIG_STYLE:= minimal TARGET_CFLAGS+= -D_GNU_SOURCE XAKE_FLAGS+= CCOPTS="${TARGET_CFLAGS}" MFLAGS="CC=\"${TARGET_CC}\"" \ - CFLAGS_FOR_BUILD+="-I${LINUX_HEADER_DIR}/include" + CFLAGS_FOR_BUILD+="-I${LINUX_DIR}/include" CONFIGURE_ENV+= CC="${TARGET_CC}" IPTC="${TARGET_CFLAGS}" IPTL="${TARGET_LDFLAGS}" ip-install: |