summaryrefslogtreecommitdiff
path: root/package/gamin/gamin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/gamin/gamin.mk')
-rw-r--r--package/gamin/gamin.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/gamin/gamin.mk b/package/gamin/gamin.mk
index 443dd48b9..d908b90dc 100644
--- a/package/gamin/gamin.mk
+++ b/package/gamin/gamin.mk
@@ -16,10 +16,6 @@ GAMIN_CONF_OPTS += --without-python
GAMIN_CONF_ENV = have_abstract_sockets=no
-ifneq ($(BR2_LARGEFILE),y)
-GAMIN_CONF_ENV += CC="$(TARGET_CC) $(TARGET_CFLAGS) -DNO_LARGEFILE_SOURCE"
-endif
-
GAMIN_DEPENDENCIES = libglib2
$(eval $(autotools-package))