X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=4f53e4654387841cc450c4dbe2f3ee95585eedd1;hb=c7f3f65b9ed2b71c6749ab13c92ac3f30e1badad;hp=9314ae942082152076ffdd6aa854a005804ff06c;hpb=9a9cb82c4f73b7ec11a6ebb4e2f50cd319f25aa3;p=ipfire-2.x.git diff --git a/make.sh b/make.sh index 9314ae9420..4f53e46543 100755 --- a/make.sh +++ b/make.sh @@ -652,8 +652,8 @@ buildipfire() { lfsmake2 intltool lfsmake2 libdaemon lfsmake2 cups - lfsmake2 ghostscript lfsmake2 lcms2 + lfsmake2 ghostscript lfsmake2 qpdf lfsmake2 poppler lfsmake2 cups-filters @@ -805,7 +805,6 @@ buildipfire() { lfsmake2 pound lfsmake2 minicom lfsmake2 ddrescue - lfsmake2 imspector lfsmake2 miniupnpd lfsmake2 client175 lfsmake2 powertop @@ -992,7 +991,7 @@ ipfirepackages() { while [ $# -gt 0 ]; do case "${1}" in --target=*) - configure_target "${1#--target=}" + configure_build "${1#--target=}" ;; -*) exiterror "Unknown configuration option: ${1}"