Changeset 34551


Ignore:
Timestamp:
2020-11-20T13:23:50+13:00 (3 years ago)
Author:
ak19
Message:

Can't assume PCRE is already installed on the system, and it needs to be compile before GLIB. Also found PCRE has to be configured with unicode support on. Some additional tweaking CFLAG/LDFLAG and associated environment variables needed to GLIB could see the cascade-make compiles libffi and libpcre

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gnome-lib/branches/macos-dev/src/packages/CASCADE-MAKE/PCRE.sh

    r34350 r34551  
    1818
    1919opt_run_untar $force_untar $auto_untar $package $version
    20 opt_run_configure $force_config $auto_config $package $version $prefix --enable-static --disable-shared
     20opt_run_configure $force_config $auto_config $package $version $prefix \
     21  --enable-utf --enable-unicode-properties \
     22  --enable-static --disable-shared
    2123
    2224opt_run_make $compile $package $version
Note: See TracChangeset for help on using the changeset viewer.