change blkid linker flag location in build string
authormalcolmlewis <malcolmlewis@opensuse.org>
Wed, 20 Feb 2013 03:15:02 +0000 (21:15 -0600)
committerKay Sievers <kay@vrfy.org>
Thu, 21 Feb 2013 01:45:26 +0000 (02:45 +0100)
Makefile

index b45855e..ae98836 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,9 +79,9 @@ gummiboot: src/setup/setup.c src/setup/efivars.h src/setup/efivars.c Makefile
        $(Q) $(CC) -O0 -g -Wall -Wextra \
          -Wno-unused-parameter -D_GNU_SOURCE \
          -DMACHINE_TYPE_NAME=\"$(MACHINE_TYPE_NAME)\" \
-         `pkg-config --cflags --libs blkid` \
          src/setup/setup.c \
          src/setup/efivars.c \
+          `pkg-config --cflags --libs blkid` \
          -o $@
 
 # ------------------------------------------------------------------------------