From: Pavel Charvat Date: Tue, 7 Jan 2014 13:35:04 +0000 (+0100) Subject: Packages: Fixed static linking. X-Git-Tag: v5.99~45 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=84e80e693026709ce5d5e4d182ee547101e69828;p=libucw.git Packages: Fixed static linking. --- 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