From 393e9f2294a125cb0823ec59863044f8fb39e3a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 14 Oct 2012 18:34:25 +0200 Subject: Flip around ldflag ordering. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 947cdac..88c2a20 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX ?= /usr DESTDIR ?= BINDIR ?= $(PREFIX)/bin -LDFLAGS += $(shell pkg-config --libs taglib icu-i18n) +LDFLAGS := $(shell pkg-config --libs taglib icu-i18n) $(LDFLAGS) CXXFLAGS ?= -O3 -pipe -fomit-frame-pointer -march=native CXXFLAGS += $(shell pkg-config --cflags taglib icu-i18n) -- cgit v1.2.3-59-g8ed1b