Skip to content

Commit

Permalink
libbloom: fix build on 32-bit arches
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Aug 5, 2018
1 parent 47c0faa commit ba4cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra-libs/libbloom/autobuild/build
@@ -1,4 +1,4 @@
MM=" " make make MM=
install -Dm644 bloom.h "$PKGDIR"/usr/include/bloom.h install -Dm644 bloom.h "$PKGDIR"/usr/include/bloom.h
install -Dm755 build/libbloom.so.$PKGVER "$PKGDIR"/usr/lib/libbloom.so.$PKGVER install -Dm755 build/libbloom.so.$PKGVER "$PKGDIR"/usr/lib/libbloom.so.$PKGVER
ln -s libbloom.so.$PKGVER "$PKGDIR"/usr/lib/libbloom.so ln -s libbloom.so.$PKGVER "$PKGDIR"/usr/lib/libbloom.so
Expand Down

0 comments on commit ba4cabf

Please sign in to comment.