FS#293 - mhash missing static libraries
Attached to Project:
Arch Linux
Opened by Eric Johnson (eric) - Saturday, 29 November 2003, 20:41 GMT
Last edited by Eric Johnson (eric) - Tuesday, 30 December 2003, 19:42 GMT
Opened by Eric Johnson (eric) - Saturday, 29 November 2003, 20:41 GMT
Last edited by Eric Johnson (eric) - Tuesday, 30 December 2003, 19:42 GMT
|
Details
I am writing an app and need to statically compile against
'mhash'. The current PKGBUILD does not pass the appropriate
configure options to mhash to build the static library.
Below is a diff containing the appropriate configure
line.
Please consider adding the static library for mhash. Thanks in advance, Eric --- PKGBUILD 2003-11-06 03:27:10.000000000 -0500 +++ PKGBUILD.dev 2003-11-29 15:38:57.000000000 -0500 @@ -10,7 +10,7 @@ url="http://mhash.sourceforge.net/" build() { cd $startdir/src/$pkgname-$pkgver -./configure --prefix=/usr +./configure --prefix=/usr --enable-static --enable-shared make || return 1 make prefix=$startdir/pkg/usr install } |
This task depends upon
Closed by Anonymous Submitter
Tuesday, 30 December 2003, 19:42 GMT
Reason for closing: Fixed
Tuesday, 30 December 2003, 19:42 GMT
Reason for closing: Fixed