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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user