Files
openwrt-packages/lang
Jeffery To 229c23a440 python,python3: Fix host Python compilation for macOS
* Remove $$$$(pkg-config --static --libs libcrypto libssl) from
  HOST_LDFLAGS

  Having this leads to an "unknown type name 'u_int'" error on Mac.
  Removing it doesn't appear to affect Python's ability to find
  buildroot LibreSSL.

* Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS

  The equals sign version is not supported by the Mac linker (appears to
  be an GNU extension). The comma version is supported; -rpath and its
  argument will be separated by a space when passed to the linker.

* Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac

  Python on Mac doesn't expect to use libintl, but if gettext-full is
  compiled for host, it will try, leading to undefined symbol errors
  during compilation. This prevents configure from finding libintl.h.

Fixes #7171.
Fixes #9621.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-08-17 04:45:58 +08:00
..
2019-07-20 20:53:49 +08:00
2019-07-04 13:43:20 -07:00
2018-11-27 09:04:10 -08:00
2019-04-27 17:24:45 +08:00
2018-12-28 10:27:17 -02:00
2019-07-17 10:00:21 -03:00
2019-04-27 23:22:12 -04:00
2019-03-15 12:24:55 -03:00
2018-12-15 22:55:34 -08:00
2019-04-19 18:04:14 -07:00
2019-08-01 16:43:13 +09:00
2019-06-04 14:52:05 +09:00
2019-06-02 15:49:58 -07:00
2019-04-07 15:57:39 -06:00
2019-07-20 19:15:26 -07:00
2019-08-04 00:37:32 +02:00
2019-04-26 18:20:26 -03:00
2018-12-17 09:14:02 -08:00
2018-10-20 15:06:46 -07:00