fix build where host and target arches are abi compatible (closes: #2411)
[openwrt/svn-archive/archive.git] / net / asterisk-addons-1.4.x / Makefile
index 1824fac12e8e9aa05b8f6f69332626a35469a8d0..6df3532f82b7410f0cf1c18fed09ff815ca56538 100644 (file)
@@ -79,8 +79,10 @@ $(call Package/asterisk-addons/Default/description)
  This package contains MySQL support modules for Asterisk.
 endef
 
+
 EXTRA_CFLAGS:=$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)
 EXTRA_LDFLAGS:=$(TARGET_LDFLAGS)
+
 ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk14-mysql),)
   EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/mysql
   EXTRA_LDFLAGS+= -L$(STAGING_DIR)/usr/lib/mysql