From: Ivan Kuten <ivan.kuten@promwad.com>
To: buildroot@busybox.net
Subject: [Buildroot] PATCH: xerces - provide correct URL and make compile not only for x86
Date: Sun, 14 Oct 2007 02:13:56 +0300 [thread overview]
Message-ID: <47115134.3070103@promwad.com> (raw)
xerces: - provide correct URL and make compile not only for x86:
Index: package/xerces/xerces.mk
===================================================================
--- package/xerces/xerces.mk (revision 20237)
+++ package/xerces/xerces.mk (working copy)
@@ -3,12 +3,12 @@
# xerces
#
#############################################################
-XERCES_VERSION:=2.7.0
-XERCES_SOURCE:=xerces-c-src_2_7_0.tar.gz
-XERCES_SITE:=http://www.apache.org/dist/xml/xerces-c/source/
+XERCES_VERSION:=2.8.0
+XERCES_SOURCE:=xerces-c-src_2_8_0.tar.gz
+XERCES_SITE:=http://www.apache.org/dist/xml/xerces-c/sources/
XERCES_CAT:=$(ZCAT)
-XERCES_DIR:=$(BUILD_DIR)/xerces-c-src_2_7_0
-XERCES_BINARY:=lib/libxerces-c.so.27.0
+XERCES_DIR:=$(BUILD_DIR)/xerces-c-src_2_8_0
+XERCES_BINARY:=lib/libxerces-c.so.28.0
$(DL_DIR)/$(XERCES_SOURCE):
$(WGET) -P $(DL_DIR) $(XERCES_SITE)/$(XERCES_SOURCE)
@@ -26,7 +26,7 @@
XERCESCROOT=$(XERCES_DIR) \
./runConfigure -plinux -minmem \
-nsocket -tnative -rpthread \
- -c$(TARGET_CC) -x$(TARGET_CXX) \
+ -C$(TARGET_CONFIGURE_ARGS)-c$(TARGET_CC) -x$(TARGET_CXX) \
)
touch $(XERCES_DIR)/.configured
@@ -40,8 +40,8 @@
$(TARGET_DIR)/usr/$(XERCES_BINARY): $(STAGING_DIR)/$(XERCES_BINARY)
cp -a $(STAGING_DIR)/lib/libxerces-c.so* $(TARGET_DIR)/usr/lib
cp -a $(STAGING_DIR)/lib/libxerces-depdom.so* $(TARGET_DIR)/usr/lib
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxerces-c.so.27.0
- $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxerces-depdom.so.27.0
+ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxerces-c.so.28.0
+ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libxerces-depdom.so.28.0
xerces: uclibc $(TARGET_DIR)/usr/$(XERCES_BINARY)
--
Best regards,
Ivan
--------------------------------
Embedded Linux engineer,
Promwad Company: http://www.promwad.com/
Homepage : http://www.ivankuten.com/
--------------------------------
reply other threads:[~2007-10-13 23:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47115134.3070103@promwad.com \
--to=ivan.kuten@promwad.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox