88f4a56080
Now that we've got a cleaner/fuzzier libtool 1.5 static patch we can
discard the temporary workaround.
This reverts commit e573f5d326
.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
461 B
Makefile
15 lines
461 B
Makefile
################################################################################
|
|
#
|
|
# librsync
|
|
#
|
|
################################################################################
|
|
|
|
LIBRSYNC_VERSION = 0.9.7
|
|
LIBRSYNC_SITE = http://downloads.sourceforge.net/project/librsync/librsync/$(LIBRSYNC_VERSION)
|
|
LIBRSYNC_LICENSE = LGPLv2.1+
|
|
LIBRSYNC_LICENSE_FILES = COPYING
|
|
LIBRSYNC_INSTALL_STAGING = YES
|
|
LIBRSYNC_DEPENDENCIES = zlib bzip2 popt
|
|
|
|
$(eval $(autotools-package))
|