File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 4646 <key >archive</key >
4747 <map >
4848 <key >hash</key >
49- <string >a21487f4e3a68721fd97edef117795a1b7212a77 </string >
49+ <string >3f8e58fe74e144b771858e89a5514bf354964c76 </string >
5050 <key >hash_algorithm</key >
5151 <string >sha1</string >
5252 <key >url</key >
53- <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r1 /apr_suite-1.7.5-12259255574 -darwin64-12259255574 .tar.zst</string >
53+ <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r2 /apr_suite-1.7.5-18696779749 -darwin64-18696779749 .tar.zst</string >
5454 </map >
5555 <key >name</key >
5656 <string >darwin64</string >
6060 <key >archive</key >
6161 <map >
6262 <key >hash</key >
63- <string >45baf82d3366734e542a2a3749f495b64f5513b4 </string >
63+ <string >df36114eb8fb66fdcbb190011222a7d336791d98 </string >
6464 <key >hash_algorithm</key >
6565 <string >sha1</string >
6666 <key >url</key >
67- <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r1 /apr_suite-1.7.5-12259255574 -linux64-12259255574 .tar.zst</string >
67+ <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r2 /apr_suite-1.7.5-18696779749 -linux64-18696779749 .tar.zst</string >
6868 </map >
6969 <key >name</key >
7070 <string >linux64</string >
7474 <key >archive</key >
7575 <map >
7676 <key >hash</key >
77- <string >bdd35d3b9580d3cdcb98afae639936aaa40e24c4 </string >
77+ <string >164705831819d247753c9fd608c2c1ac8dca1883 </string >
7878 <key >hash_algorithm</key >
7979 <string >sha1</string >
8080 <key >url</key >
81- <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r1 /apr_suite-1.7.5-12259255574 -windows64-12259255574 .tar.zst</string >
81+ <string >https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.5-r2 /apr_suite-1.7.5-18696779749 -windows64-18696779749 .tar.zst</string >
8282 </map >
8383 <key >name</key >
8484 <string >windows64</string >
9191 <key >copyright</key >
9292 <string >Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</string >
9393 <key >version</key >
94- <string >1.7.5-12259255574 </string >
94+ <string >1.7.5-18696779749 </string >
9595 <key >name</key >
9696 <string >apr_suite</string >
9797 <key >description</key >
Original file line number Diff line number Diff line change @@ -31,8 +31,3 @@ if(DARWIN)
3131endif ()
3232
3333target_include_directories (ll::apr SYSTEM INTERFACE ${LIBS_PREBUILT_DIR} /include /apr-1)
34-
35- # Fix erroneous check for __attribute__ definition introduced with APR 1.7.5, causing lots of "this declaration may not have extern 'C' linkage" errors in VS
36- file (READ ${LIBS_PREBUILT_DIR} /include /apr-1/apr.h APR_HEADER_CONTENTS)
37- string (REPLACE "#if !(defined(__attribute__) || defined(__has_attribute))" "#if !defined(__attribute__)" APR_HEADER_CONTENTS "${APR_HEADER_CONTENTS} " )
38- file (WRITE ${LIBS_PREBUILT_DIR} /include /apr-1/apr.h "${APR_HEADER_CONTENTS} " )
You can’t perform that action at this time.
0 commit comments