Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ximi1970:Toolchains:MinGW:latest:win64
mingw64-dbus-1
add-enable-relocation-force.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File add-enable-relocation-force.patch of Package mingw64-dbus-1
--- a/configure.ac 2018-07-02 21:33:06.269974926 +0000 +++ b/configure.ac 2018-07-02 21:37:09.876316956 +0000 @@ -1561,12 +1561,12 @@ AC_DEFINE_UNQUOTED(DBUS_LIBEXECDIR,"$DBUS_LIBEXECDIR", [Directory for installing the libexec binaries]) AC_ARG_ENABLE([relocation], - [AS_HELP_STRING([--enable-relocation[=yes/no/auto]], + [AS_HELP_STRING([--enable-relocation[=yes/no/auto/force]], [Make pkg-config metadata relocatable [default=auto]])], [], [enable_relocation=auto]) can_relocate=yes - +AS_IF([test "x$enable_relocation" != xforce], AS_CASE(["${exec_prefix}"], ['NONE'|'${prefix}'], [:], @@ -1578,6 +1578,7 @@ [:], [*], [can_relocate=no]) +) # If the user said --enable-relocation but we can't do it, error out AS_IF([test "x$can_relocate" = xno && test "x$enable_relocation" = xyes], @@ -1595,7 +1596,7 @@ [enable_relocation="no"]) -AS_IF([test "x$enable_relocation" = xyes], +AS_IF([test "x$enable_relocation" = xyes || test "x$enable_relocation" = xforce], [AC_SUBST([pkgconfig_prefix], ['${pcfiledir}/../../'])], [AC_SUBST([pkgconfig_prefix], ['${original_prefix}'])])
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