mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
244 B

  1. . $base/package/*/*/gnome-2.conf
  2. pkginstalled openldap && \
  3. var_append confopt ' ' "--with-openldap=$root/${pkg_openldap_prefix}"
  4. # bdb doesn't like some of our make options
  5. makeopt="docdir=$docdir all"
  6. makeinstopt="docdir=$docdir install"