diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-18 17:32:46 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-29 18:50:24 +0100 |
commit | f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3 (patch) | |
tree | ce8490f316730c7fcd4acc46c172eb5d9b3c4636 /package/system/procd | |
parent | 3195a992d6f635ad82dbe39ee584571371334450 (diff) | |
download | upstream-f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3.tar.gz upstream-f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3.tar.bz2 upstream-f12bad6c19df4ad10b274e0c1e10bcdaaccf96f3.zip |
tree-wide: Do not use package librt and libpthread
The libraries libpthread, libdl, libutil, libanl have been integrated
into the libc library in version 2.34. it is not needed to explicitly
link them any more.
Most of the functions have been moved from the librt.so into libc.so
some time ago already.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/system/procd')
-rw-r--r-- | package/system/procd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 5e9733675a..2eebe50a4f 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -35,7 +35,6 @@ ifeq ($(DUMP),) endif CMAKE_OPTIONS += -DEARLY_PATH="$(TARGET_INIT_PATH)" -TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lrt) TARGET_CFLAGS += -flto TARGET_LDFLAGS += -flto @@ -43,7 +42,7 @@ TARGET_LDFLAGS += -flto define Package/procd/Default SECTION:=base CATEGORY:=Base system - DEPENDS:=+ubusd +ubus +libjson-script +ubox +USE_GLIBC:librt +libubox \ + DEPENDS:=+ubusd +ubus +libjson-script +ubox +libubox \ +libubus +libblobmsg-json +libjson-c +jshn TITLE:=OpenWrt system process manager USERID:=:dialout=20 :audio=29 |