]> git.pld-linux.org Git - packages/sip.git/commitdiff
- pass libdir to build.py (AMD64 fix)
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 1 Jan 2004 12:06:05 +0000 (12:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sip.spec -> 1.23

sip.spec

index 6cfcca6d2e43010fd72ad484d0e828d8eb101efb..340ba74e85e6d2bf97a9da3f562ea240db90b558 100644 (file)
--- a/sip.spec
+++ b/sip.spec
@@ -38,6 +38,7 @@ install -d $RPM_BUILD_ROOT{%{py_sitedir},%{py_incdir}}
 
 echo 'yes' | python build.py \
        -i %{_includedir}/qt -q %{_prefix} -l qt-mt -m /usr/bin/make \
+       -r %{_libdir} -t %{py_libdir} \
        -b $RPM_BUILD_ROOT%{_bindir} -d $RPM_BUILD_ROOT%{py_sitedir} \
        -e $RPM_BUILD_ROOT%{py_incdir}
 
This page took 0.052802 seconds and 4 git commands to generate.