From 84e80e693026709ce5d5e4d182ee547101e69828 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 7 Jan 2014 14:35:04 +0100 Subject: [PATCH] Packages: Fixed static linking. --- build/Makebottom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makebottom b/build/Makebottom index d882b0a4..898a8feb 100644 --- a/build/Makebottom +++ b/build/Makebottom @@ -74,7 +74,7 @@ endif %.dylib: %.so cd $(dir $<) && ln -fs $(notdir $<) $(notdir $@) -$(o)/%.pc: $(s)/%.pc $(o)/%.$(LS) +$(o)/%.pc: $(s)/%.pc $(o)/%$(LV).$(LS) $(M)PC $< $(Q)DEPS="$(shell $(BUILDSYS)/lib-deps $^)" LIBDIR=$(@D) $(BUILDSYS)/genconf $< $@ $(o)/config.mk $(Q)mkdir -p $(o)/pkgconfig -- 2.39.5