From e874f84fdb6eb83d905a72b35d87398374594b97 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 5 Jun 2009 19:58:50 +0200 Subject: more regressions found at runtime on alic1c --- package/tcp_wrappers/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package/tcp_wrappers/Makefile') diff --git a/package/tcp_wrappers/Makefile b/package/tcp_wrappers/Makefile index 77c8ed6ba..321c1331c 100644 --- a/package/tcp_wrappers/Makefile +++ b/package/tcp_wrappers/Makefile @@ -22,7 +22,6 @@ BUILD_STYLE:= auto ALL_TARGET:= tidy all MAKE_FLAGS+= OPT_CFLAGS="${TARGET_CFLAGS}" \ CC="${TARGET_CC}" \ - LIBS=-lnsl \ NETGROUP= \ VSYSLOG= \ BUGS= \ @@ -34,10 +33,7 @@ MAKE_FLAGS+= OPT_CFLAGS="${TARGET_CFLAGS}" \ STYLE="-DPROCESS_OPTIONS" \ do-install: - ${INSTALL_DIR} ${IDIR_LIBWRAP}/usr/lib ${IDIR_LIBWRAP}/usr/include + ${INSTALL_DIR} ${IDIR_LIBWRAP}/usr/lib ${CP} ${WRKBUILD}/shared/libwrap.so.* ${IDIR_LIBWRAP}/usr/lib/ - ${CP} ${WRKBUILD}/tcpd.h ${IDIR_LIBWRAP}/usr/include/ - ${INSTALL_DIR} ${WRKINST}/usr/lib - ${CP} ${WRKBUILD}/shared/libwrap.so* ${WRKINST}/usr/lib/ include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3