Changeset c04ece1 in freewrt for package/freeradius/Makefile


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/freeradius/Makefile

    re13d736 rc04ece1  
    5353        --without-rlm_unix \
    5454
    55 ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_LDAP),)
     55ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_LDAP),)
    5656PKG_CONFIGURE_LIBS += -lcrypto -lssl
    5757PKG_CONFIGURE_OPTIONS += \
     
    6161PKG_CONFIGURE_OPTIONS += --without-rlm_ldap
    6262endif
    63 ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_SQL_MYSQL),)
     63ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_SQL_MYSQL),)
    6464PKG_CONFIGURE_LIBS += -lz
    6565PKG_CONFIGURE_OPTIONS += \
     
    7070PKG_CONFIGURE_OPTIONS += --without-rlm_sql_mysql
    7171endif
    72 ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),)
     72ifneq ($(FWRT_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),)
    7373PKG_CONFIGURE_OPTIONS += \
    7474        --with-rlm_sql_postgresql-include-dir="$(STAGING_DIR)/usr/include" \
Note: See TracChangeset for help on using the changeset viewer.