projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b91dafd
)
socat: Do not use libbsd
6895/head
author
Michal Hrusecky
<michal.hrusecky@nic.cz>
Tue, 28 Aug 2018 11:57:26 +0000
(13:57 +0200)
committer
Michal Hrusecky
<michal.hrusecky@nic.cz>
Tue, 28 Aug 2018 11:57:26 +0000
(13:57 +0200)
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>
net/socat/Makefile
patch
|
blob
|
history
diff --git
a/net/socat/Makefile
b/net/socat/Makefile
index 8a28c792f234d3367c4ce409110a3a134d5cdbf0..3885e15813a846c6c1bb0b16deb9c4ed4074380d 100644
(file)
--- 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