Browse Source

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>
lilik-openwrt-22.03
Michal Hrusecky 6 years ago
parent
commit
6345dfc74d
No known key found for this signature in database GPG Key ID: B2AA30A894729FB3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/socat/Makefile

+ 2
- 0
net/socat/Makefile View File

@ -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


Loading…
Cancel
Save