From 5e0028c046954356f769b5365d8d09e1609a0073 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Sun, 21 Dec 2003 19:06:00 +0000 Subject: [PATCH] - pass libdir to make in %build so libjpeg.la contains valid path Changed files: libjpeg.spec -> 1.47 --- libjpeg.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libjpeg.spec b/libjpeg.spec index 09c1b37..b9420cf 100644 --- a/libjpeg.spec +++ b/libjpeg.spec @@ -180,7 +180,8 @@ cp -f %{_datadir}/libtool/config.sub . --enable-shared \ --enable-static -%{__make} +%{__make} \ + libdir=%{_libdir} LD_PRELOAD=$PWD/.libs/%{name}.so make test %install -- 2.44.0