X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fvdr_dvbapi;h=d11a4b4dd305b1583ff3e141969adfbf67b3c157;hp=2cf34e73dfe1012d6e457d90f235074d415fc31c;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=fc84e6ec23f824f6a72935c0d274ac4fe948f0a0 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