liblockfile: bump version
Closes #83. Fixes build with newer glibc versions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c1a5772aeb
commit
2e71cd88e7
1
CHANGES
1
CHANGES
@ -2,6 +2,7 @@
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#83: liblockfile fails to compile due to eaccess redefinition
|
||||
#241: device mapper + lvm2: build together
|
||||
#333: Bump sqlite package to 3.6.15
|
||||
#349: update libsoup to version 2.26.2
|
||||
|
@ -3,8 +3,8 @@
|
||||
# liblockfile
|
||||
#
|
||||
#############################################################
|
||||
LIBLOCKFILE_VERSION=1.06.1
|
||||
LIBLOCKFILE_SOURCE:=liblockfile_$(LIBLOCKFILE_VERSION).tar.gz
|
||||
LIBLOCKFILE_VERSION=1.08
|
||||
LIBLOCKFILE_SOURCE:=liblockfile_$(LIBLOCKFILE_VERSION).orig.tar.gz
|
||||
LIBLOCKFILE_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/libl/liblockfile/
|
||||
LIBLOCKFILE_CAT:=$(ZCAT)
|
||||
LIBLOCKFILE_DIR:=$(BUILD_DIR)/liblockfile-$(LIBLOCKFILE_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user