FS#766 - Including runtime libraries in swig package

Attached to Project: Arch Linux
Opened by Thorbjørn Lindeijer (bjorn) - Friday, 16 April 2004, 10:56 GMT
Last edited by Dale Blount (dale) - Friday, 16 April 2004, 12:31 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jason Chu (jason)
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

It would be nice if the runtime libraries were included in the swig package. I needed them to compile Python bindings for Subversion.

The patch for this change:

--- ../../extra/devel/swig/PKGBUILD 2004-02-07 07:19:41.000000000 +0000
+++ PKGBUILD 2004-04-16 00:18:14.000000000 +0100
@@ -14,5 +14,7 @@
cd $startdir/src/SWIG-$pkgver
./configure --prefix=/usr
make || return 1
+make runtime || return 1
make prefix=$startdir/pkg/usr install
+make prefix=$startdir/pkg/usr install-runtime
}
This task depends upon

Closed by  Jason Chu (jason)
Friday, 16 April 2004, 23:36 GMT
Reason for closing:  Fixed
Comment by Jason Chu (jason) - Friday, 16 April 2004, 23:36 GMT
Fixed in 1.3.21-2.

And Python bindings added to subversion 1.0.1-5 (woops). Hopefully they work right...

Loading...