mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #3863 from jow-/socat-fix-build
socat: work around missing stddef.h include
This commit is contained in:
@@ -69,6 +69,9 @@ CONFIGURE_VARS += \
|
|||||||
sc_cv_sys_tabdly_shift=11 \
|
sc_cv_sys_tabdly_shift=11 \
|
||||||
sc_cv_sys_csize_shift=4
|
sc_cv_sys_csize_shift=4
|
||||||
|
|
||||||
|
TARGET_CFLAGS += \
|
||||||
|
-include stddef.h
|
||||||
|
|
||||||
define Package/socat/install
|
define Package/socat/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user