Changeset c04ece1 in freewrt for package/freeradius/Makefile
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/freeradius/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/freeradius/Makefile
re13d736 rc04ece1 53 53 --without-rlm_unix \ 54 54 55 ifneq ($( BR2_PACKAGE_FREERADIUS_MOD_LDAP),)55 ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_LDAP),) 56 56 PKG_CONFIGURE_LIBS += -lcrypto -lssl 57 57 PKG_CONFIGURE_OPTIONS += \ … … 61 61 PKG_CONFIGURE_OPTIONS += --without-rlm_ldap 62 62 endif 63 ifneq ($( BR2_PACKAGE_FREERADIUS_MOD_SQL_MYSQL),)63 ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_SQL_MYSQL),) 64 64 PKG_CONFIGURE_LIBS += -lz 65 65 PKG_CONFIGURE_OPTIONS += \ … … 70 70 PKG_CONFIGURE_OPTIONS += --without-rlm_sql_mysql 71 71 endif 72 ifneq ($( BR2_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),)72 ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),) 73 73 PKG_CONFIGURE_OPTIONS += \ 74 74 --with-rlm_sql_postgresql-include-dir="$(STAGING_DIR)/usr/include" \
Note:
See TracChangeset
for help on using the changeset viewer.
