Changeset 2694
- Timestamp:
- 06/04/07 14:18:07 (2 years ago)
- Files:
-
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/mysql/Config.in (modified) (1 diff)
- trunk/freewrt/package/mysql/Makefile (modified) (1 diff)
- trunk/freewrt/package/mysql/ipkg/mysql-client.control (moved) (moved from trunk/freewrt/package/mysql/ipkg/libmysqlclient.control) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Depends.mk
r2691 r2694 78 78 mtr-compile: ncurses-compile 79 79 mutt-compile: ncurses-compile openssl-compile 80 mysql-compile: zlib-compile80 mysql-compile: ncurses-compile zlib-compile 81 81 nano-compile: ncurses-compile 82 82 neon-compile: libpthread-compile libxml2-compile openssl-compile zlib-compile trunk/freewrt/package/mysql/Config.in
r2691 r2694 3 3 default n 4 4 depends FWRT_PACKAGE_LIBMYSQLCLIENT 5 select FWRT_PACKAGE_LIBNCURSES 5 6 select FWRT_PACKAGE_ZLIB 6 7 7 config FWRT_PACKAGE_ LIBMYSQLCLIENT8 config FWRT_PACKAGE_MYSQL_CLIENT 8 9 prompt "mysql-client...................... MySQL client library" 9 10 tristate trunk/freewrt/package/mysql/Makefile
r2691 r2694 16 16 include ${TOPDIR}/mk/package.mk 17 17 18 $(eval $(call PKG_template, LIBMYSQLCLIENT,libmysqlclient,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))18 $(eval $(call PKG_template,MYSQL_CLIENT,mysql-client,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) 19 19 20 20 CONFIGURE_STYLE:= gnu trunk/freewrt/package/mysql/ipkg/mysql-client.control
r1 r2694 1 Package: libmysqlclient1 Package: mysql-client 2 2 Priority: optional 3 3 Section: libs 4 Depends: zlib4 Depends: libncurses, zlib 5 5 Description: MySQL client library


