Browse Source

* introduced LDAP-QUIRK flag to inject -L and -I via gcc wrapper

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20823 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 18 years ago
parent
commit
6aedd5236e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      etc/flags

+ 2
- 0
etc/flags

@ -21,6 +21,8 @@ AUTOMAKE-QUIRK Packages which need an config.{sub,guess} update to build on
NO-AS-NEEDED Packages that do not link properly with --as-needed
NO-SSP Packages that do not compile properly with the GCC SSP enabled
LDAP-QUIRK Packages that need explicit -L and -I to find openldap
CC A C compiler (the package is using SDECFG_DEFAULT_CC)
CXX A C++ compiler (the package is using SDECFG_DEFAULT_CXX)
F77 A Fortran compiler (the package is using SDECFG_DEFAULT_F77)

Loading…
Cancel
Save