lzop: remove --program-prefix

--program-prefix is now set in the auto-target infrastructure.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yann E. MORIN 2011-08-10 00:12:42 +02:00 committed by Peter Korsgaard
parent 617169d1d0
commit 2caafe6be7
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
LZOP_VERSION:=1.02rc1
LZOP_SOURCE:=lzop-$(LZOP_VERSION).tar.gz
LZOP_SITE:=http://www.lzop.org/download/
LZOP_CONF_OPT:=--program-prefix=""
LZOP_DEPENDENCIES:=lzo
$(eval $(call AUTOTARGETS,package,lzop))