forked from pool/syslinux
2998b34306
OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=99
12 lines
165 B
Diff
12 lines
165 B
Diff
--- lzo/Makefile
|
|
+++ lzo/Makefile
|
|
@@ -19,6 +19,8 @@
|
|
LIB = lzo.a
|
|
BINS = prepcore
|
|
|
|
+OPTFLAGS += -fno-strict-aliasing
|
|
+
|
|
all : $(BINS)
|
|
|
|
$(LIB) : $(LIBOBJS)
|