From 6db76cfdb770e329617fda4e42266e4c362442bc Mon Sep 17 00:00:00 2001 From: zergin Date: Thu, 12 May 2005 00:04:04 +0000 Subject: [PATCH] - RA patch for the client Makefile Changed files: aiccu-RA.patch -> 1.1 --- aiccu-RA.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aiccu-RA.patch diff --git a/aiccu-RA.patch b/aiccu-RA.patch new file mode 100644 index 0000000..5b36b18 --- /dev/null +++ b/aiccu-RA.patch @@ -0,0 +1,11 @@ +diff -urN orig/unix-console/Makefile mod/unix-console/Makefile +--- orig/unix-console/Makefile 2005-01-31 19:59:30.000000000 +0100 ++++ mod/unix-console/Makefile 2005-05-12 02:03:31.491536032 +0200 +@@ -24,7 +24,6 @@ + # Linux + ifeq ($(shell uname | grep -c "Linux"),1) + CFLAGS += -D AICCU_TYPE="\"linux\"" +-CWARNS += -Wpadded -Wpacked + SRCS += ../common/aiccu_linux.c + OBJS += ../common/aiccu_linux.o + LDFLAGS = -lpthread -- 2.44.0