]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/cpufrequtils
toolchain: fix full toolchain crossbuild
[ipfire-2.x.git] / lfs / cpufrequtils
index eb3685761f5ace02f1d332db85214fcefed6eb33..5a82c33a59dd901521a06bee9404b003eaca63a8 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2010  IPFire Team  <info@ipfire.org                           #
+# Copyright (C) 2007-2015  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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,11 +31,14 @@ DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+SUP_ARCH   = x86_64 i586
 PROG       = cpufrequtils
-PAK_VER    = 5
+PAK_VER    = 7
 
 DEPS       = ""
 
+CFLAGS    += -fno-PIC
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################