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>
This commit is contained in:
parent
b91dafd14b
commit
6345dfc74d
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ CONFIGURE_VARS += \
|
||||||
sc_cv_sys_crdly_shift=9 \
|
sc_cv_sys_crdly_shift=9 \
|
||||||
sc_cv_sys_tabdly_shift=11 \
|
sc_cv_sys_tabdly_shift=11 \
|
||||||
sc_cv_sys_csize_shift=4 \
|
sc_cv_sys_csize_shift=4 \
|
||||||
|
ac_cv_header_bsd_libutil_h=no \
|
||||||
|
ac_cv_lib_bsd_openpty=no \
|
||||||
BUILD_DATE=$(SOURCE_DATE_EPOCH)
|
BUILD_DATE=$(SOURCE_DATE_EPOCH)
|
||||||
|
|
||||||
define Package/socat/install
|
define Package/socat/install
|
||||||
|
|
Loading…
Reference in a new issue