Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
simias
simias-lib64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File simias-lib64.patch of Package simias
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore configure.in configure.in --- configure.in 2009-06-02 09:53:09.000000000 +0530 +++ configure.in 2009-10-15 14:53:53.000000000 +0530 @@ -61,10 +61,7 @@ # Check for a 32 / 64 #HACK ALERT : for libflaim 64bit builds case $host_cpu in - x86_64) - LIB64='lib64' - ;; - amd64) + x86_64|amd64|s390x|ppc64|powerpc64) LIB64='lib64' ;; *) @@ -298,11 +295,13 @@ STORELIB_PATH="$EXTERNAL_DIR/sqlite/linux" LDOUT='-o' # have to add this check on redhat for some reason - AC_CHECK_PROG(CXX, g++, g++) + AC_CHECK_PROG(CXX, g++-43, g++-43) StoreProviderAssembly="SimiasLib.dll" StoreProviderType="Simias.Storage.Provider.Flaim.FlaimProvider" GSOAP_PATH="$TOOLDIR/gsoap/linux-2.7" mappingpath="${exec_prefix}/${LIB64}/simias/web/bin/Simias.exe" + CXX=g++-4.3 + CXXCPP=g++-4.3 -E ;; # # Windows-specific configuration
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor