From 6345dfc74d0c8a3ee08fc316af97fb3d5cd19211 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Tue, 28 Aug 2018 13:57:26 +0200 Subject: [PATCH] socat: Do not use libbsd Make sure that libbsd is not picked up during configuration even if it is compiled before socat is. Signed-off-by: Michal Hrusecky --- net/socat/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/socat/Makefile b/net/socat/Makefile index 8a28c792f2..3885e15813 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -68,6 +68,8 @@ CONFIGURE_VARS += \ sc_cv_sys_crdly_shift=9 \ sc_cv_sys_tabdly_shift=11 \ sc_cv_sys_csize_shift=4 \ + ac_cv_header_bsd_libutil_h=no \ + ac_cv_lib_bsd_openpty=no \ BUILD_DATE=$(SOURCE_DATE_EPOCH) define Package/socat/install -- 2.30.2