X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fvdr_dvbapi;h=d11a4b4dd305b1583ff3e141969adfbf67b3c157;hb=38485efafba2936ca3856e1324cca2044a13e85b;hp=2cf34e73dfe1012d6e457d90f235074d415fc31c;hpb=3a60bf3483d0f40deba348c120df3e75da7b3ce0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/vdr_dvbapi b/lfs/vdr_dvbapi index 2cf34e73df..d11a4b4dd3 100644 --- a/lfs/vdr_dvbapi +++ b/lfs/vdr_dvbapi @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,6 +25,8 @@ include Config VER = 1.0.6 +SUP_ARCHES = + THISAPP = vdr-plugin-dvbapi-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -102,7 +104,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP)* && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) -ifeq "$(MACHINE)" "i586" +ifeq "$(BUILD_ARCH)" "i586" # Build an SSE enabled version. $(call BUILD,-sse) endif