Added setting BUILD_PARAMS to pass parameters to makefile.
authorMatthias Schwarzott <zzam@gentoo.org>
Thu, 7 Sep 2006 18:49:44 +0000 (18:49 +0000)
committerMatthias Schwarzott <zzam@gentoo.org>
Thu, 7 Sep 2006 18:49:44 +0000 (18:49 +0000)
eclass/vdr-plugin.eclass

index c7ab431a34194d5505a5aa7b8a4c56215650252e..ec0cd70ed3a1ec1cd5fa23d6105e09fa9de07b71 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.30 2006/09/07 18:34:00 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.31 2006/09/07 18:49:44 zzam Exp $
 #
 # Author:
 #   Matthias Schwarzott <zzam@gentoo.org>
@@ -236,7 +236,7 @@ vdr-plugin_src_compile() {
                compile)
                        cd ${S}
 
-                       emake ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed"
+                       emake ${BUILD_PARAMS} ${VDRPLUGIN_MAKE_TARGET:-all} || die "emake failed"
                        ;;
                esac