]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- pass libdir to make in %build so libjpeg.la contains valid path
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 21 Dec 2003 19:06:00 +0000 (19:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libjpeg.spec -> 1.47

libjpeg.spec

index 09c1b37413bd4058edf1be1fc9a49ad1f36c2001..b9420cf6a08ff1ca02c3fe2419881eff10b19669 100644 (file)
@@ -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
This page took 0.034586 seconds and 4 git commands to generate.