Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] PATCH: xerces - provide correct URL and make compile not only for x86
@ 2007-10-13 23:13 Ivan Kuten
  0 siblings, 0 replies; only message in thread
From: Ivan Kuten @ 2007-10-13 23:13 UTC (permalink / raw)
  To: buildroot

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/
--------------------------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-13 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-13 23:13 [Buildroot] PATCH: xerces - provide correct URL and make compile not only for x86 Ivan Kuten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox