blob: a04d924d4cd96437c03cb62b640b6a9ca28843c5 (
plain) (
tree)
|
|
--- firefox-91.13.0/toolkit/moz.configure.old 2022-08-15 13:05:59.000000000 -0500
+++ firefox-91.13.0/toolkit/moz.configure 2022-11-15 01:26:57.874201494 -0600
@@ -1758,14 +1758,14 @@
)
with only_when("--with-system-jpeg"):
- check_symbol(
- "jpeg_destroy_compress",
- flags=jpeg_flags.ldflags,
- onerror=lambda: die(
- "--with-system-jpeg requested but symbol "
- "jpeg_destroy_compress not found."
- ),
- )
+ #check_symbol(
+ # "jpeg_destroy_compress",
+ # flags=jpeg_flags.ldflags,
+ # onerror=lambda: die(
+ # "--with-system-jpeg requested but symbol "
+ # "jpeg_destroy_compress not found."
+ # ),
+ #)
c_compiler.try_compile(
includes=[
|