diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 10:09:18 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 10:09:31 -0600 |
commit | d0f28d078f2d1e2c6eaa86fd3c82d4e3ca47c599 (patch) | |
tree | 1cec3f207bd66a66d78a7dc9a8e75f1896103c13 /package/socat/Makefile | |
parent | 1ab7bd87cd236c4f83ac415cebd1fbee06421d3c (diff) |
fix build error
Diffstat (limited to 'package/socat/Makefile')
-rw-r--r-- | package/socat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/socat/Makefile b/package/socat/Makefile index 95d1aaaca..a03bb15b5 100644 --- a/package/socat/Makefile +++ b/package/socat/Makefile @@ -24,6 +24,7 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,SOCAT,socat,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +AUTOTOOL_STYLE:= autoconf CONFIGURE_ENV+= sc_cv_termios_ispeed=no \ sc_cv_sys_crdly_shift=9 \ sc_cv_sys_tabdly_shift=11 \ |