]> code.delx.au - refind/blobdiff - Make.common
Fixed gptsync bug that could cause system hang; changed "Reboot to
[refind] / Make.common
index 7127fdf2db4b92eadda6c69a1bd7b0d818c4aefd..0d994e598131655c0458b45de1d08528affeff5b 100644 (file)
@@ -3,16 +3,16 @@
 # Common make rules for building with gnu-efi
 #
 
-#EFIINC          = /usr/include/efi
-#GNUEFILIB       = /usr/lib64
-#EFILIB          = /usr/lib64
-#EFICRT0         = /usr/lib64
+EFIINC          = /usr/include/efi
+GNUEFILIB       = /usr/lib64
+EFILIB          = /usr/lib64
+EFICRT0         = /usr/lib64
 
 # Comment out above and uncomment below if using locally-compiled GNU-EFI....
-EFIINC          = /usr/local/include/efi
-GNUEFILIB       = /usr/local/lib
-EFILIB          = /usr/local/lib
-EFICRT0         = /usr/local/lib
+#EFIINC          = /usr/local/include/efi
+#GNUEFILIB       = /usr/local/lib
+#EFILIB          = /usr/local/lib
+#EFICRT0         = /usr/local/lib
 
 HOSTARCH        = $(shell uname -m | sed s,i[3456789]86,ia32,)
 ARCH            := $(HOSTARCH)