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>
14 lines
366 B
Makefile
14 lines
366 B
Makefile
################################################################################
|
|
#
|
|
# ipkg
|
|
#
|
|
################################################################################
|
|
|
|
IPKG_VERSION = 0.99.163
|
|
IPKG_SITE = http://www.handhelds.org/download/packages/ipkg
|
|
IPKG_INSTALL_STAGING = YES
|
|
IPKG_LICENSE = GPLv2+
|
|
IPKG_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|