Sorry, turns out that the comment engine removes redundant white spaces. The appropriate patch is available here: http://pastebin.com/EfFMQcx9
Kind regards,
Orson
Search Criteria
Package Details: lib32-libdisasm 0.23-1
Package Actions
| Package Base: | lib32-libdisasm |
|---|---|
| Description: | a disassembler library. |
| Upstream URL: | http://bastard.sourceforge.net/libdisasm.html |
| Category: | none |
| Licenses: | |
| Submitter: | klusark |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2014-03-29 06:04 |
| Last Updated: | 2014-03-29 06:04 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by orson
Comment by orson
Hi klusark,
Thank you for the PKGBUILD script. Would you consider the following patch:
--- old/PKGBUILD 2014-03-29 07:03:45.000000000 +0100
+++ new/PKGBUILD 2014-07-12 14:32:12.463392469 +0200
@@ -14,10 +14,10 @@ md5sums=('fc813fae8fceca92c2e40dac1da690
build() {
cd "$srcdir/$_pkgbasename-$pkgver"
+ export CC="gcc -m32"
+
./configure --prefix=/usr \
- --libdir=/usr/lib32 \
- --build=x86_64-unknown-linux-gnu \
- --target=x86_64-unknown-linux-gnu
+ --libdir=/usr/lib32
make
}
Currently, the output files build under x86_64 system are 64 bits, the patch fixes the issue.
Kind regards,
Orson