X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcpufrequtils;h=5a82c33a59dd901521a06bee9404b003eaca63a8;hb=d5f7b3aad9c260ce633d16d5a130ca21967d6717;hp=e93a65d47d5a7692b20741430157a9f5f000b08a;hpb=84aed1ea54ea5e482d3e7dcd7075188062ae85b1;p=ipfire-2.x.git diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index e93a65d47d..5a82c33a59 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 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 # @@ -31,12 +31,14 @@ DL_FILE = $(THISAPP).tar.bz2 DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = i586 +SUP_ARCH = x86_64 i586 PROG = cpufrequtils -PAK_VER = 5 +PAK_VER = 7 DEPS = "" +CFLAGS += -fno-PIC + ############################################################################### # Top-level Rules ###############################################################################