atftp: fix compile with eglibc
[openwrt/svn-archive/archive.git] / libs / glib / Makefile
index 024c8c85753ce1b15fb41106c59b8b1a1df70af0..b79173707b30482da9dd06e33a38917f144f84b7 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -36,6 +35,8 @@ define Package/glib1/description
  as trees, hashes, and lists.
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \