Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
ekiga
boost-configure.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File boost-configure.patch of Package ekiga
Index: ekiga-4.0.1/configure =================================================================== --- ekiga-4.0.1.orig/configure +++ ekiga-4.0.1/configure @@ -17800,7 +17800,7 @@ $as_echo_n "checking for boostlib >= $bo libsubdirs="lib" ax_arch=`uname -m` - if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then + if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64 -o $ax_arch = ppc64le ; then libsubdirs="lib64 lib lib64" fi Index: ekiga-4.0.1/m4/ax_boost_base.m4 =================================================================== --- ekiga-4.0.1.orig/m4/ax_boost_base.m4 +++ ekiga-4.0.1/m4/ax_boost_base.m4 @@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then dnl are found, e.g. when only header-only libraries are installed! libsubdirs="lib" ax_arch=`uname -m` - if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then + if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64 -o $ax_arch = ppc64le ; then libsubdirs="lib64 lib lib64" fi
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