RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Anders F. Björklund
Root: /v/rpm/cvs Email: afb@rpm5.org
Module: rpm Date: 03-Nov-2007 11:34:05
Branch: HEAD Handle: 2007110310340500
Modified files:
rpm devtool.conf
Log:
fix cross SDK builds of XAR (and move unfortunate comment)
Summary:
Revision Changes Path
2.111 +3 -2 rpm/devtool.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/devtool.conf
============================================================================
$ cvs diff -u -r2.110 -r2.111 devtool.conf
--- rpm/devtool.conf 28 Oct 2007 23:41:11 -0000 2.110
+++ rpm/devtool.conf 3 Nov 2007 10:34:05 -0000 2.111
@@ -1689,11 +1689,12 @@
# XAR (uninstalled internal library)
if [ -d "${DEVTOOL_SRCDIR}/xar" ]; then
( mkdir -p xar; cd xar
- ( CC="$UNIVERSAL_CC" \
+ ( echo "=== configuring in xar (`pwd`)"
+ CPP="$UNIVERSAL_CC -E -isysroot ${UNIVERSAL_SDK}" \
+ CC="$UNIVERSAL_CC" \
CPPFLAGS="$UNIVERSAL_CPPFLAGS" \
CFLAGS="-O2 -g $UNIVERSAL_CFLAGS" \
LDFLAGS="$UNIVERSAL_LDFLAGS" \
- echo "=== configuring in xar (`pwd`)"
${DEVTOOL_SRCDIR}/xar/configure $UNIVERSAL_TARGET \
--prefix=/usr/local \
--disable-shared
@@ .
Received on Sat Nov 3 11:34:05 2007