Changeset 33793
- Timestamp:
- 2012-10-16T17:55:44+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/asterisk-1.8.x/Makefile
r33541 r33793 233 233 $(call Package/asterisk18/Default/description) 234 234 This package provides the channel chan_lantiq support to Asterisk. 235 endef 236 237 define Package/asterisk18-odbc 238 $(call Package/asterisk18/Default) 239 TITLE:=ODBC support 240 DEPENDS:= asterisk18 +libpthread +libc +unixodbc 241 endef 242 243 define Package/asterisk18-odbc/description 244 $(call Package/asterisk18/Default/description) 245 This package provides ODBC support for Asterisk. 235 246 endef 236 247 … … 309 320 --without-netsnmp \ 310 321 --without-newt \ 311 --without-odbc \312 322 --without-ogg \ 313 323 --without-osptk \ … … 595 605 endef 596 606 607 define Package/asterisk18-odbc/install 608 $(INSTALL_DIR) $(1)/etc/asterisk 609 $(CP) $(PKG_INSTALL_DIR)/etc/asterisk/*odbc*.conf $(1)/etc/asterisk/ 610 $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules 611 $(CP) $(PKG_INSTALL_DIR)/usr/lib/asterisk/modules/*odbc*.so $(1)/usr/lib/asterisk/modules/ 612 endef 613 597 614 define Buildasterisk18ModuleTemplate 598 615 … … 625 642 $(eval $(call BuildPackage,asterisk18-chan-gtalk)) 626 643 $(eval $(call BuildPackage,asterisk18-chan-mobile)) 644 $(eval $(call BuildPackage,asterisk18-odbc)) 627 645 $(eval $(call BuildPackage,asterisk18-res-fax)) 628 646 $(eval $(call BuildPackage,asterisk18-res-fax-spandsp))
Note: See TracChangeset
for help on using the changeset viewer.