File tree Expand file tree Collapse file tree
lang/python/python-selinux Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ define Package/fluent-bit/conffiles
3434/etc/fluent-bit/parsers.conf
3535endef
3636
37- TARGET_LDFLAGS +=-lfts -latomic
37+ TARGET_LDFLAGS += $( if $( CONFIG_USE_MUSL ) , -lfts) -latomic
3838
3939CMAKE_OPTIONS+ = \
4040 -DFLB_RELEASE=Yes \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
88PKG_NAME: =python-selinux
99PKG_VERSION: =3.10
10- PKG_RELEASE: =1
10+ PKG_RELEASE: =2
1111
1212SRC_NAME: =libselinux
1313PKG_SOURCE: =$(SRC_NAME ) -$(PKG_VERSION ) .tar.gz
@@ -34,7 +34,7 @@ define Package/python3-selinux
3434 SECTION:=lang
3535 CATEGORY:=Languages
3636 TITLE:=SELinux runtime library bindings
37- DEPENDS:=+python3-light +libselinux
37+ DEPENDS:=+python3-light +libselinux +USE_MUSL:musl-fts
3838 URL:=https://github.com/selinuxproject
3939endef
4040
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77
88PKG_NAME: =nfdump
99PKG_VERSION: =1.7.8
10- PKG_RELEASE: =1
10+ PKG_RELEASE: =2
1111
1212PKG_SOURCE_PROTO: =git
1313PKG_SOURCE_VERSION: =v$(PKG_VERSION )
@@ -42,7 +42,7 @@ define Package/nfdump/conffiles
4242/etc/config/nfcapd
4343endef
4444
45- TARGET_LDFLAGS += -Wl,--as-needed $(if $(CONFIG_USE_MUSL ) ,-lfts)
45+ TARGET_LDFLAGS += $(if $(CONFIG_USE_MUSL ) ,-lfts)
4646
4747define Package/nfdump/install
4848 $(INSTALL_DIR ) $(1 ) /usr/lib
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99
1010PKG_NAME: =tcpreplay
1111PKG_VERSION: =4.5.2
12- PKG_RELEASE: =4
12+ PKG_RELEASE: =5
1313
1414PKG_SOURCE: =$(PKG_NAME ) -$(PKG_VERSION ) .tar.xz
1515PKG_SOURCE_URL: =https://github.com/appneta/tcpreplay/releases/download/v$(PKG_VERSION )
@@ -80,7 +80,7 @@ $(call Package/tcpreplay/default)
8080endef
8181
8282define Package/tcpbridge/description
83- tcpbridge is a tool for selectively briding network traffic across two
83+ tcpbridge is a tool for selectively bridging network traffic across two
8484 interfaces and optionally modifying the packets in between
8585endef
8686
@@ -127,10 +127,6 @@ define Package/tcpreplay-all/description
127127 to support switches, routers, and IP Flow/NetFlow appliances.
128128endef
129129
130- ifneq ($(CONFIG_USE_MUSL ) ,)
131- TARGET_LDFLAGS+= -lfts
132- endif
133-
134130CONFIGURE_VARS += \
135131 ac_cv_lib_nl_nl_cache_alloc=no \
136132 ac_cv_lib_nl_genl_3_genl_connect=no \
@@ -144,6 +140,7 @@ CONFIGURE_ARGS += \
144140 --with-libpcap="$(STAGING_DIR ) /usr"
145141
146142TARGET_CFLAGS += -std=gnu11
143+ TARGET_LDFLAGS += $(if $(CONFIG_USE_MUSL ) ,-lfts)
147144
148145define tcpreplayTemplate
149146 define Package/$(1 ) /install
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME: =exfatprogs
44PKG_VERSION: =1.4.1
5- PKG_RELEASE: =1
5+ PKG_RELEASE: =2
66
77PKG_SOURCE: =$(PKG_NAME ) -$(PKG_VERSION ) .tar.xz
88PKG_SOURCE_URL: =https://github.com/exfatprogs/exfatprogs/releases/download/$(PKG_VERSION )
@@ -40,6 +40,8 @@ CONFIGURE_ARGS += \
4040 --enable-shared \
4141 --disable-static
4242
43+ TARGET_LDFLAGS += $(if $(CONFIG_USE_MUSL ) ,-lfts)
44+
4345define Package/exfat-mkfs/install
4446 $(INSTALL_DIR ) $(1 ) /usr/sbin
4547 $(INSTALL_BIN ) $(PKG_INSTALL_DIR ) /usr/sbin/mkfs.exfat $(1 ) /usr/sbin
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME: =nnn
44PKG_VERSION: =5.1
5- PKG_RELEASE: =2
5+ PKG_RELEASE: =3
66
77PKG_SOURCE: =$(PKG_NAME ) -v$(PKG_VERSION ) .tar.gz
88PKG_SOURCE_URL: =https://codeload.github.com/jarun/nnn/tar.gz/v$(PKG_VERSION ) ?
@@ -35,4 +35,6 @@ define Package/nnn/install
3535 $(INSTALL_BIN ) $(PKG_BUILD_DIR ) /nnn $(1 ) /usr/bin
3636endef
3737
38+ TARGET_LDFLAGS += $(if $(CONFIG_USE_MUSL ) ,-lfts)
39+
3840$(eval $(call BuildPackage,nnn))
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments