liburing: Re-enable stack-protection for uClibc targets
authorChristian Lachner <redacted>
Thu, 2 Jul 2020 05:03:45 +0000 (07:03 +0200)
committerChristian Lachner <redacted>
Thu, 2 Jul 2020 05:03:45 +0000 (07:03 +0200)
- Remove -fno-stack-protector for uClibc targets
- Make TITLE a little nicer

Signed-off-by: Christian Lachner <redacted>
libs/liburing/Makefile

index f3968d2f6e77bc39b0f92b0c869ed484dbb30b80..409bca3dc27bf22cbd8b9393847b3a72f8b7e358 100644 (file)
@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/liburing
   SECTION:=libs
   CATEGORY:=Libraries
-  TITLE:=liburing
+  TITLE:=io_uring library
   URL:=https://git.kernel.dk/cgit/liburing
 endef
 
@@ -37,10 +37,6 @@ ifeq ($(CONFIG_USE_MUSL),y)
        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)"
git clone https://git.99rst.org/PROJECT