d10125af7f
This contains an updated build system, so the patches are no longer needed. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
325 B
Makefile
12 lines
325 B
Makefile
#############################################################
|
|
#
|
|
# lzo
|
|
#
|
|
#############################################################
|
|
LZO_VERSION = 2.05
|
|
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
|
|
LZO_INSTALL_STAGING = YES
|
|
|
|
$(eval $(call AUTOTARGETS,package,lzo))
|
|
$(eval $(call AUTOTARGETS,package,lzo,host))
|