- Remove -fno-stack-protector for uClibc targets
- Make TITLE a little nicer
Signed-off-by: Christian Lachner <redacted>
define Package/liburing
SECTION:=libs
CATEGORY:=Libraries
- TITLE:=liburing
+ TITLE:=io_uring library
URL:=https://git.kernel.dk/cgit/liburing
endef
TARGET_CFLAGS+=-Dloff_t=off_t
endif
-ifeq ($(CONFIG_USE_UCLIBC),y)
- TARGET_CFLAGS+=-fno-stack-protector
-endif
-
define Build/Compile
$(MAKE) $(PKG_BUILD_DIR) \
DSTROOT="$(PKG_INSTALL_DIR)"