We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5b42 commit ac7d6a4Copy full SHA for ac7d6a4
package/network/utils/umbim/Makefile
@@ -1,7 +1,7 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=umbim
4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
5
6
PKG_SOURCE_PROTO:=git
7
PKG_SOURCE_URL=$(PROJECT_GIT)/project/umbim.git
@@ -34,7 +34,7 @@ define Package/umbim/description
34
endef
35
36
TARGET_CFLAGS += \
37
- -I$(STAGING_DIR)/usr/include -ffunction-sections -fdata-sections
+ -I$(STAGING_DIR)/usr/include -ffunction-sections -fdata-sections -Wno-address-of-packed-member
38
39
TARGET_LDFLAGS += -Wl,--gc-sections
40
0 commit comments