[packages] i2c-tools: Pass LDFLAGS

Pass LDFLAGS when building the i2c-tools. This fixes the build under certain
exotic configurations.


git-svn-id: svn://svn.openwrt.org/openwrt/packages@37188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars 2013-07-07 20:22:35 +00:00
parent e81cedd7a6
commit 7a775d6291

View File

@ -68,7 +68,8 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
LINUX="$(LINUX_DIR)" \
CC="$(TARGET_CC)" \
STAGING_DIR="$(STAGING_DIR)"
STAGING_DIR="$(STAGING_DIR)" \
LDFLAGS="$(TARGET_LDFLAGS)"
$(Build/Compile/python-smbus)
endef