Skip to content
Snippets Groups Projects

compile-libvlc: mitigate potentially huge linker options

Open Pierre Lamot requested to merge chub/libvlcjni:reduce_linker_args into master
  1. Feb 26, 2024
    • Pierre Lamot's avatar
      compile-libvlc: mitigate potentially huge linker options · ee31d23f
      Pierre Lamot authored
      the script is aggregating every .pc from the contribs, under specific
      circumstances this may create too many arguments for the linker
      
      the script now removes recurring patterns
      
        -lintl -lintl -lm -lintl -lm -lintl -lintl -lm
      
      becomes:
      
        -lintl -lm
      ee31d23f
Loading