Optware / Optware-ng

279 stars 52 forks source link

Fix "gettext" and "gnutls" dependencies #243

Closed rivy closed 6 years ago

rivy commented 6 years ago

The most recent 'gettext' dependency change (adding 'libacl') unfortunately introduces another circular dependency ( 'gettext' => 'libacl' => 'attr' => 'gettext' ). I repaired it in a similar manner to your recent repair.

'gnutls' was missing 'libunistring'.

This PR fixes both.

alllexx88 commented 6 years ago

Thanks! Merged