[packages] lvm2: readd $(FPIC) (#9335)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b2d0eff6d4
commit
ccf2bb6d90
@ -53,7 +53,7 @@ CONFIGURE_ARGS += --disable-o_direct
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
install
|
install
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user