mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
c1c8a7578b
Reviewed by Mark, Dan, Chris (Thanks!) The newly added README.rpm explains how to build an RPM. Running ./configure will print the list of flags and what they do.
12 lines
273 B
PkgConfig
12 lines
273 B
PkgConfig
prefix=%prefix%
|
|
exec_prefix=%exec_prefix%
|
|
libdir=%libdir%
|
|
includedir=%includedir%
|
|
|
|
Name: mozldap
|
|
Description: Mozilla LDAP C SDK
|
|
Version: %MOZLDAP_VERSION%
|
|
Requires: nspr >= %NSPR_VERSION% , nss >= %NSS_VERSION%
|
|
Libs: -lssldap50 -lprldap50 -lldap50
|
|
Cflags: -I${includedir}
|