Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
PDFlib-Lite
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 20
[-]
[+]
Changed
PDFlib-Lite.spec
@@ -93,6 +93,23 @@ %build . %{_libdir}/tclConfig.sh export +%if 0%{?suse_version} >= 1030 +%ifarch x86_64 +%define build_host x86_64-unknown-linux +CFLAGS="" CXXFLAGS="" \ +%else +%define build_host i386-unknown-linux +CFLAGS="" CXXFLAGS="" \ +%endif +%else +%ifarch x86_64 +%define build_host x86_64-unknown-linux +CFLAGS="%{optflags} -m64 -g" CXXFLAGS="%{optflags} -m64" \ +%else +%define build_host i386-unknown-linux +CFLAGS="%{optflags} -m32 -g" CXXFLAGS="%{optflags} -m32" \ +%endif +%endif ./configure --enable-cxx \ --with-perl=%{_bindir}/perl \ --with-py=%{_bindir} \