standard_configure.sh: Passthrough any arguments

This commit is contained in:
Rainer Müller
2018-04-11 07:34:36 +02:00
parent d7aadf86ea
commit 133bb219a8
+1 -1
View File
@@ -3,7 +3,7 @@
# This is how we run configure when building binary packages (more or less,
# minus architecture selection). If you don't want a custom build, this
# is probably how you should run it too.
env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure --enable-readline
env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure --enable-readline "$@"
# If you want to use a different prefix, add this to the above:
# --prefix=/some/path --with-applications-dir=/some/path/Applications