]> git.pld-linux.org Git - packages/pango.git/commitdiff
- no need for this workaround since libtool is fixed
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 19 Nov 2002 18:45:19 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pango.spec -> 1.70

pango.spec

index ad9fcae7b56eb95eba9e973ff3f254011fb02c22..e7a43dc43a5ec6417b970e253f168475925118ab 100644 (file)
@@ -123,7 +123,6 @@ rm -f missing acinclude.m4
 %{__automake}
 
 # Workaround as in glib2.spec
-LDFLAGS="%{rpmldflags} -L%{buildroot}%{_libdir}"
 %configure \
        --with-fribidi \
        --enable-gtk-doc \
@@ -142,10 +141,6 @@ perl -p -i -e 's|-I/usr/include | |g' $RPM_BUILD_ROOT%{_pkgconfigdir}/*.pc
 
 > $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
 
-for i in %{buildroot}%{_libdir}/*.la; do
-       cat $i|sed -e "s,-L%{buildroot}%{_libdir},,">$i.tmp;
-       mv $i.tmp $i;
-done;
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.037939 seconds and 4 git commands to generate.