[OpenSmalltalk/opensmalltalk-vm] e27c43: Correct stupid typo libglig => libglib preventing ...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] e27c43: Correct stupid typo libglig => libglib preventing ...

Eliot Miranda-3
 
  Branch: refs/heads/build_pharo_win32_with_cygwin
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e27c43962947b4eb9f0ae0e3ef975a6b48740adb
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e27c43962947b4eb9f0ae0e3ef975a6b48740adb
  Author: nicolas-cellier-aka-nice <[hidden email]>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  Correct stupid typo libglig => libglib preventing pkg-config to compile


  Commit: 35238390889778b953f8a56cc84793f8d2059d9a
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/35238390889778b953f8a56cc84793f8d2059d9a
  Author: nicolas-cellier-aka-nice <[hidden email]>
  Date:   2017-03-17 (Fri, 17 Mar 2017)

  Changed paths:
    M build.win32x86/third-party/Makefile.openssl

  Log Message:
  -----------
  openssl: don't force AR macro

The AR from ../common/Makefile.tools already append the cr options
The openssl configure add yet another r, so we end up building a library named r instead of libcrypto.a
There is no difference between i686-w64-mingw32-ar and ar anyway...


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/ecbb2298f404...352383908897