]> git.pld-linux.org Git - packages/libproxy.git/blob - libproxy-pac-modules.patch
- bcond for NetworkManager module
[packages/libproxy.git] / libproxy-pac-modules.patch
1 Always build pacrunners as separate modules, not libproxy builtins
2 --- libproxy-0.4.18/libproxy/cmake/modules.cmk.orig     2023-02-26 19:37:25.969337262 +0100
3 +++ libproxy-0.4.18/libproxy/cmake/modules.cmk  2023-02-26 19:51:16.691503520 +0100
4 @@ -21,12 +21,7 @@ include(cmake/modules/pacrunner_webkit.c
5  include(cmake/modules/pacrunner_duktape.cmk)
6  
7  # Build the pacrunner into libproxy unless we are building for multiple engines
8 -set(BIPR 1 CACHE BOOL "Build internal pacrunner? (Always false when building more than one PR")
9 -
10 -math(EXPR NUM_PACRUNNER "${MOZJS_FOUND}+${NATUS_FOUND}+${WEBKIT_FOUND}+${DUKTAPE_FOUND}")
11 -if(NUM_PACRUNNER GREATER 1)
12 -  set(BIPR 0)
13 -endif()
14 +set(BIPR 0)
15  
16  #
17  ## Module definition
This page took 0.104313 seconds and 3 git commands to generate.