diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 12:50:33 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 12:50:33 +0300 |
commit | ff247403c337cacda114ac163d689e15b1b5031d (patch) | |
tree | 6af64bb5671e3e647f93d3540a4cc134d907aeb0 | |
parent | 9ab8b96abe1679d86f62cfbb762392e5d415e929 (diff) | |
download | mkrootfs-ff247403c337cacda114ac163d689e15b1b5031d.tar.gz |
remove perl, libelf, mandoc from base
-rw-r--r-- | config.def | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ MNTDIR="/mnt" # Most of those are already dependencies # of each other but it is not a bad idea # to put them to the list anyway. -PKGS="baselayout kiss musl gcc mandoc make gzip xz zlib bzip2 binutils bison curl git perl linux-headers m4 flex busybox pkgconf rsync libressl libelf" +PKGS="baselayout kiss musl gcc make gzip xz zlib bzip2 binutils bison curl git linux-headers m4 flex busybox pkgconf rsync libressl" # Build flags # It is a good idea to not use flags like "native" |