From 61cc38c808285b894f815db5b72d2703eb4b27bb Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 15 Sep 2013 02:24:57 +0000 Subject: [PATCH 1/1] build: Add Make variable for clock_gettime_ldflags. Another autoconf variable reference bites the dust. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2625127f..a976dc97 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,6 +42,7 @@ faad_cppflags := @faad_cppflags@ curses_cppflags := @curses_cppflags@ ao_cppflags := @ao_cppflags@ +clock_gettime_ldflags := @clock_gettime_ldflags@ id3tag_ldflags := @id3tag_ldflags@ ogg_ldflags := @ogg_ldflags@ vorbis_ldflags := @vorbis_ldflags@ @@ -140,7 +141,7 @@ CPPFLAGS += -I/usr/local/include CPPFLAGS += -I$(cmdline_dir) CPPFLAGS += $(osl_cppflags) -LDFLAGS += @clock_gettime_ldflags@ +LDFLAGS += $(clock_gettime_ldflags) man_pages := $(patsubst %, $(man_dir)/%.1, $(prefixed_executables)) -- 2.30.2