From a3da90a9a8630604a08c5d17b94a07c097e2ec29 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 6 Jan 2013 20:36:08 +0200 Subject: frontend: get rid of _FILE_OFFSET_BITS pandora's zlib is too old to handle off_t with that define --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ef7364..0d72dea 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,6 @@ OBJS += frontend/libpicofe/linux/fbdev.o frontend/libpicofe/linux/xenv.o OBJS += frontend/libpicofe/linux/in_evdev.o OBJS += frontend/plat_pandora.o frontend/plat_omap.o frontend/main.o frontend/menu.o: CFLAGS += -include frontend/pandora/ui_feat.h -frontend/menu.o: CFLAGS += -D_FILE_OFFSET_BITS=64 USE_PLUGIN_LIB = 1 USE_FRONTEND = 1 endif -- cgit v1.2.3