Ignore:
Timestamp:
12/08/2023 09:05:39 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/liba52.xml

    r99eb823a r875b3b57  
    112112
    113113    <para>
    114       <parameter>CFLAGS="-g -O2 ...</parameter>: This sets CFLAGS to -g -O2
     114      <parameter>CFLAGS="${CFLAGS:--g -O2} ...</parameter>: This sets
     115      CFLAGS to -g -O2
    115116      (which is the default) but then on x86_64 adds -fPIC. This is needed to
    116117      compile <application>liba52</application> on x86_64.
Note: See TracChangeset for help on using the changeset viewer.