summary refs log tree commit diff
path: root/pkgs/development/libraries/acl/builder.sh
blob: 4cabc84f8289669790bfa9ca3ac975e378d32a90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
source $stdenv/setup

preConfigure() {
  rm configure
  autoconf
}

preConfigure=preConfigure

installFlags='install-lib install-dev'

genericBuild