summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-15 16:34:08 +0000
committerJavier Jardón <jjardon@gnome.org>2014-11-11 22:47:58 +0000
commite31e24152b6e14833a0cccf4c8e72061df82ce4f (patch)
treebc9e9695916b435d3970aaa5887728b898b862f0
parenta7aea3c4d98472721d05d4cae9f453a410062cbf (diff)
downloaddefinitions-e31e24152b6e14833a0cccf4c8e72061df82ce4f.tar.gz
coreutils.morph: Do not disable coreutils binaries
This fixes compilation problems with several modules, like modern versions of systemd
-rw-r--r--strata/coreutils-common/coreutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/coreutils-common/coreutils.morph b/strata/coreutils-common/coreutils.morph
index 820a4eed..479e9925 100644
--- a/strata/coreutils-common/coreutils.morph
+++ b/strata/coreutils-common/coreutils.morph
@@ -4,6 +4,6 @@ build-system: autotools
configure-commands:
- sed -i -e '/^buildreq="/,/^"/{/rsync/d}' bootstrap.conf
- bash bootstrap --skip-po
-- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls --enable-no-install-program='[,base64,basename,cat,chcon,chgrp,chmod,chown,chroot,cksum,comm,cp,csplit,cut,date,dd,df,dir,dircolors,dirname,du,echo,env,expand,expr,false,fold,ginstall,groups,head,hostid,id,kill,ln,logname,ls,md5sum,mkdir,mkfifo,mknod,mktemp,mv,nice,nohup,od,printenv,printf,pwd,readlink,realpath,rm,rmdir,seq,sha1sum,sha224sum,sha256sum,sha384sum,sha512sum,sleep,sort,split,stat,stty,sum,sync,tac,tail,tee,test,timeout,touch,tr,true,tty,uname,unexpand,uniq,unlink,uptime,users,wc,who,whoami,yes'
+- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix="$PREFIX" --disable-nls
install-commands:
- make INSTALL_PROGRAM=install DESTDIR="$DESTDIR" install