The following changes were made:

* Split off separate glibc-dev
  * Added bash and dash as dependencies (needed for some scripts apparently)
  * Removed ld.so.cache
  * Generate ld.so.cache in usher
  * usher now uses /bin/sh
  * Removed TARGET from usher
This commit is contained in:
2018-03-29 15:05:45 -05:00
parent 17845fb7b6
commit 27c487e386
3 changed files with 46 additions and 11 deletions

16
Makefile.glibc-dev Normal file
View File

@@ -0,0 +1,16 @@
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation here:
# (http://www.gnu.org/licenses/gpl-2.0.html)
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = glibc
REPO = dev
BRIEF = Development files for glibc
DESC = Development files for glibc
include /usr/share/snap/Makefile.snaplinux