glfs/general
Xi Ruoyao 8e637fcfef
js: reword CC=gcc CXX=g++ description
Note than only "setting" CC=gcc CXX=g++ will not work:

    CC=gcc
    CXX=g++
    sh ../js/src/configure.in ...

will not pass CC=gcc and CXX=g++ to sh.  It's needed to export CC and
CXX:

    CC=gcc
    CXX=g++
    export CC CXX
    sh ../js/src/configure.in ...

Or, explicitly pass them:

    CC=gcc CXX=g++ h ../js/src/configure.in ...
2022-06-29 13:22:51 +08:00
..
genlib js: reword CC=gcc CXX=g++ description 2022-06-29 13:22:51 +08:00
genutils Add https location to unixODBC 2022-06-06 11:15:21 -05:00
graphlib Update to jasper-3.0.5. 2022-06-25 18:04:29 -05:00
prog Update to curl-7.84.0. 2022-06-28 16:09:55 +02:00
sysutils Package updates 2022-06-26 10:42:53 -05:00
general.xml more SVN prop clean up 2021-04-20 19:12:02 +08:00