Browse Source

Added new GNU configure function

master
mid-kid 9 years ago
parent
commit
8811cc76b1
  1. 6
      satellites/functions/compile/configure.sh

6
satellites/functions/compile/configure.sh

@ -0,0 +1,6 @@
compile_configure() {
./configure --prefix="$dir_prefix" --sysconfdir="$dir_sysroot/etc" $@
make
do_check make check
make DESTDIR="$dir_install" install
}
Loading…
Cancel
Save