Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: net/ulogd/2.0.8/Makefile
===================================================================
--- net/ulogd/2.0.8/Makefile	(revision 298)
+++ net/ulogd/2.0.8/Makefile	(revision 299)
@@ -161,7 +161,7 @@
 extra_configure_switches += --enable-shared=yes
 
 
-CFLAGS += -Wno-address -Wno-array-bounds -Wno-stringop-overflow
+CFLAGS += -Wno-address -Wno-array-bounds -Wno-stringop-overflow -Wno-format-truncation
 
 TARGET_BIN_RPATH = /lib$(LIBSUFFIX):/usr/lib$(LIBSUFFIX)
 TARGET_LIB_RPATH = /lib$(LIBSUFFIX):/usr/lib$(LIBSUFFIX):/usr/lib/../lib$(LIBSUFFIX)
@@ -172,7 +172,6 @@
 $(src_done): $(SRC_ARCHIVE) $(PATCHES_DEP)
 	$(UNPACK_SRC_ARCHIVE)
 	$(APPLY_PATCHES)
-#	@cp -a $(CONFIG_GUESS) $(CONFIG_SUB) $(SRC_DIR)/sulogd/libevent/build-aux
 	@touch $@
 
 $(build_target): $(src_done)