aboutsummaryrefslogtreecommitdiff
path: root/net/socat
diff options
context:
space:
mode:
authorMichal Hrusecky <michal.hrusecky@nic.cz>2018-08-28 13:57:26 +0200
committerMichal Hrusecky <michal.hrusecky@nic.cz>2018-08-28 13:57:26 +0200
commit6345dfc74d0c8a3ee08fc316af97fb3d5cd19211 (patch)
treeebf8a62e8d6be41320b8d8f945e7d266643bf84e /net/socat
parentb91dafd14bbccf2b51e3685a1c57b76f987cce59 (diff)
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 <michal.hrusecky@nic.cz>
Diffstat (limited to 'net/socat')
-rw-r--r--net/socat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile
index 8a28c792f..3885e1581 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