Browse Source

musl: fixed findutils by running the musl_fix_gnulib() on the included gnulib sources

stable/0.6
Christian Wiese 11 years ago
parent
commit
73b3db719c
  1. 6
      base/musl/parse-config-9

6
base/musl/parse-config-9

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../musl/parse-config-9
# Copyright (C) 2012 - 2013 The OpenSDE Project
# Copyright (C) 2012 - 2014 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -185,7 +185,9 @@ if [ "$SDECFG_LIBC" == "musl" ]; then
gzip|m4)
hook_add preconf 9 'musl_fix_gnulib lib'
;;
findutils)
hook_add preconf 9 'musl_fix_gnulib gnulib/lib'
;;
esac
# same package translations to look for patches

Loading…
Cancel
Save