qt5: delete mysql
This commit is contained in:
parent
da98534432
commit
9fe0b96918
@ -154,8 +154,6 @@ define Build/Configure
|
||||
-skip qtconnectivity \
|
||||
-skip wayland \
|
||||
-skip qtscript \
|
||||
-sql-mysql \
|
||||
-I$(STAGING_DIR)/usr/include/mysql \
|
||||
-v \
|
||||
)
|
||||
endef
|
||||
@ -174,8 +172,6 @@ define Build/Compile
|
||||
STAGING_DIR="$(STAGING_DIR)" \
|
||||
STAGING_DIR_HOST="$(STAGING_DIR)/../host" \
|
||||
PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
|
||||
TARGET_CPPFLAGS+="-I$(STAGING_DIR)/usr/include/mysql" \
|
||||
TARGET_LDFLAGS+="-L$(STAGING_DIR)/usr/lib/mysql -lmysqlclient" \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS)" \
|
||||
$(MAKE) -j4 -C $(PKG_BUILD_DIR)
|
||||
endef
|
||||
|
||||
Loading…
Reference in New Issue
Block a user