]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- no %{__gettextize} (it seems elinks using a different copy of intl/* anyway) auto/th/elinks-0_13-2
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 5 Jun 2012 09:29:27 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- --with-gc=no (building with GC fails sometimes)

Changed files:
    elinks.spec -> 1.182

elinks.spec

index 9b261a6a5cb02ff8cfb875de7a6ee0cdbb79fd75..66f6786268c55fc77d4a70013119a7a08e50b4f2 100644 (file)
@@ -115,11 +115,11 @@ keepalive.
 %endif
 
 %build
-%{__gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %configure \
+       --with-gc=no \
        %{?with_smb:--enable-smb} \
        --disable-no-root \
        %{!?debug:--enable-fastmem} \
This page took 0.324868 seconds and 4 git commands to generate.