[packages] lvm2: readd $(FPIC) (#9335)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 30 Apr 2011 12:52:37 +0000 (12:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 30 Apr 2011 12:52:37 +0000 (12:52 +0000)
SVN-Revision: 26793

utils/lvm2/Makefile

index 27767294f48c9f01dd89d8bab1347bf894bc1787..de224f3566daad9bfeb497819155e20426290c40 100644 (file)
@@ -53,7 +53,7 @@ CONFIGURE_ARGS += --disable-o_direct
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
+               CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                install
 endef