]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/openvmtools
openvmtools: enable build on x86_64
[ipfire-2.x.git] / lfs / openvmtools
index c708268f0795d4fe38a43a0ac5597e422f979d89..d12a63c0396d6ec6cafc0345c8bf10be960b45ed 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# 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,9 +31,13 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
+SUP_ARCH   = x86_64 i586
 PROG       = openvmtools
-PAK_VER    = 0
-DEPS       = "glib"
+PAK_VER    = 1
+
+DEPS       = ""
+
+CFLAGS    += -fno-PIC
 
 ###############################################################################
 # Top-level Rules