Logoj0ke.net Open Build Service > Projects > home:netmax > PDFlib-Lite > Changes
Sign Up | Log In

Changes of Revision 31

[-] Changed PDFlib-Lite.spec
x
 
1
@@ -14,14 +14,13 @@
2
 Vendor:         linux-administrator.com
3
 BuildRequires: tcl-devel python-devel perl gcc-c++ openssl-devel glibc glibc-devel libgcc gcc libtiff-devel
4
 
5
-%if 0%{?centos_version} == 5 || 0%{?fedora_version}
6
+%if 0%{?centos_version} >= 5 || 0%{?fedora_version}
7
 BuildRequires:  libtool-ltdl-devel
8
 %endif
9
 
10
 %ifarch x86_64
11
 %if 0%{?suse_version}
12
 BuildRequires: glibc-devel-32bit
13
-BuildRequires: openssl-devel-32bit
14
 %if ! 0%{?suse_version} == 1010
15
 BuildRequires: gcc-32bit
16
 %endif
17
@@ -109,12 +108,10 @@
18
  --mandir=%{_mandir} \
19
  --with-openssl \
20
  --disable-rpath \
21
-#%ifarch x86_64
22
-# --enable-64bit \
23
-#%endif
24
- --with-gnu-ld \
25
+%ifarch x86_64
26
+ --enable-64bit \
27
+%endif
28
  --enable-large_files \
29
- --enable-profile \
30
  --enable-sfio && cat config.log
31
 
32
 %{__make}
33