1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add pwlib and open323 from Zoltan HERPAI, thx, fix bitlebee build after iconv changes; rm -rf staging_dir_* needed before compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3394 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
wbx
2006-03-17 17:05:50 +00:00
parent d420e8d4b5
commit fa25bd09d4
11 changed files with 291 additions and 6 deletions

View File

@@ -45,6 +45,10 @@ $(PKG_BUILD_DIR)/.configured:
--glib1=1 \
--glib1prefix="$(STAGING_DIR)/usr" \
);
@echo 'CFLAGS+="-I$(STAGING_DIR)/usr/include/iconv"' >> \
$(PKG_BUILD_DIR)/Makefile.settings
@echo 'LFLAGS+="-L$(STAGING_DIR)/usr/lib/iconv"' >> \
$(PKG_BUILD_DIR)/Makefile.settings
touch $@
$(PKG_BUILD_DIR)/.built:
@@ -58,10 +62,6 @@ $(IPKG_BITLBEE):
DESTDIR="$(IDIR_BITLBEE)" install
install -d -m0755 $(IDIR_BITLBEE)/etc/init.d
install -m0755 ./files/S55bitlbee $(IDIR_BITLBEE)/etc/init.d/S55bitlbee
$(RSTRIP) $(IDIR_BITLBEE)
$(IPKG_BUILD) $(IDIR_BITLBEE) $(PACKAGE_DIR)
touch $@
mostlyclean:
$(MAKE) -C $(PKG_BUILD_DIR) clean
rm -f $(PKG_BUILD_DIR)/.built