diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 14:44:16 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-10 14:44:16 +0100 |
commit | 25f8e4c49f42c61bab6eb5241b00b7fe199b0fae (patch) | |
tree | c71474106021c3a161d5bb8c9dd4396dee0caf0f /package/lsof | |
parent | f7f61c4224518197517c5570f1fdbd8e604252bc (diff) | |
parent | 7a22456611f068b55d84fb8d36b16f8d8a408849 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lsof')
-rw-r--r-- | package/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsof/Makefile b/package/lsof/Makefile index 6415703fc..478d63a17 100644 --- a/package/lsof/Makefile +++ b/package/lsof/Makefile @@ -27,7 +27,7 @@ $(eval $(call PKG_template,LSOF,lsof,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS CONFIG_STYLE:= minimal CONFIGURE_PROG:= Configure CONFIGURE_ARGS:= -n linux -XAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS} -I$(STAGING_DIR)/usr/include/tirpc' +XAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TARGET_CFLAGS} -I$(STAGING_TARGET_DIR)/usr/include/tirpc' XAKE_FLAGS+= CFGL='${TARGET_LDFLAGS} -L./lib -llsof -ltirpc' INSTALL_STYLE:= manual |