Copy from Base:System/irda based on submit request 27549 from user coolo OBS-URL: https://build.opensuse.org/request/show/27549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irda?expand=0&rev=6
14 lines
507 B
Diff
14 lines
507 B
Diff
Index: irdaping/Makefile
|
|
===================================================================
|
|
--- irdaping/Makefile.orig 2006-07-11 08:16:06.000000000 +0200
|
|
+++ irdaping/Makefile 2009-11-26 19:19:17.050370524 +0100
|
|
@@ -42,7 +42,7 @@ SYS_INCLUDES = -I/usr/include
|
|
SYS_LIBRARIES =
|
|
SYS_LIBPATH = -L/usr/lib -L/usr/local/lib
|
|
|
|
-CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes
|
|
+CFLAGS= $(RPM_OPT_FLAGS) $(SYS_INCLUDES) -Wall -Wstrict-prototypes -fno-strict-aliasing
|
|
|
|
#
|
|
# Files to make
|