diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-16 18:01:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-16 18:01:31 +0200 |
commit | 4a798d171d2b1d06bf85de54d51c817866af9a9b (patch) | |
tree | b08025e595fa3ecd69801f160f00b73b21d9a2a4 /package/xinetd/Makefile | |
parent | dc19220c1393a35b7ede2780ab44c0b5bb67a3d3 (diff) |
fix compile issue
Diffstat (limited to 'package/xinetd/Makefile')
-rw-r--r-- | package/xinetd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/xinetd/Makefile b/package/xinetd/Makefile index 37ab2be35..625800e73 100644 --- a/package/xinetd/Makefile +++ b/package/xinetd/Makefile @@ -19,6 +19,8 @@ $(eval $(call PKG_template,XINETD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PK CONFIGURE_ARGS+= --without-libwrap \ --with-loadavg ALL_TARGET:= build +TARGET_CPPFLAGS+= -I$(STAGING_DIR)/usr/include/tirpc +TARGET_LDFLAGS+= -ltirpc post-install: ${INSTALL_DIR} ${IDIR_XINETD}/etc/xinetd.d ${IDIR_XINETD}/usr/sbin |