dbm.patch 776 B

1234567891011121314151617181920212223
  1. diff -Nuar a/nss/lib/dbm/src/manifest.mn b/nss/lib/dbm/src/manifest.mn
  2. --- a/nss/lib/dbm/src/manifest.mn 2020-06-17 01:50:59.000000000 +0300
  3. +++ b/nss/lib/dbm/src/manifest.mn 2020-06-23 15:21:36.589739910 +0300
  4. @@ -5,6 +5,7 @@
  5. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  6. CORE_DEPTH = ../../..
  7. +INCLUDES += -I../include
  8. MODULE = dbm
  9. diff -Nuar a/nss/lib/sysinit/manifest.mn b/nss/lib/sysinit/manifest.mn
  10. --- a/nss/lib/sysinit/manifest.mn 2020-06-17 01:50:59.000000000 +0300
  11. +++ b/nss/lib/sysinit/manifest.mn 2020-06-23 15:21:15.448741436 +0300
  12. @@ -3,6 +3,7 @@
  13. # License, v. 2.0. If a copy of the MPL was not distributed with this
  14. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  15. CORE_DEPTH = ../..
  16. +INCLUDES += -I../util
  17. MODULE = nss