Changeset 9d5f3ac in freewrt


Ignore:
Timestamp:
Apr 1, 2007, 6:02:02 PM (19 years ago)
Author:
Phil Sutter <n0-1@…>
Children:
081877a
Parents:
d3f9178
Message:

don't know who produced the configure script,
but it has definitely gone wrong.
After having build problems with all backends disabled,
I recognized that specifying '--without-feature' actually
_enables_ the check for 'feature' (just like '--with-feature=yes'
had been specified'). At least specifying nothing helps.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/ulogd/Makefile

    rd3f9178 r9d5f3ac  
    4747ifneq (${FWRT_PACKAGE_ULOGD_MOD_MYSQL},)
    4848CONFIGURE_ARGS+=        --with-mysql=${STAGING_DIR}/usr
    49 else
    50 CONFIGURE_ARGS+=        --without-mysql
    5149endif
    5250
    5351ifneq (${FWRT_PACKAGE_ULOGD_MOD_PGSQL},)
    5452CONFIGURE_ARGS+=        --with-pgsql=${STAGING_DIR}/usr
    55 else
    56 CONFIGURE_ARGS+=        --without-pgsql
    5753endif
    5854
    5955ifneq (${FWRT_PACKAGE_ULOGD_MOD_SQLITE},)
    6056CONFIGURE_ARGS+=        --with-sqlite3=${STAGING_DIR}/usr
    61 else
    62 CONFIGURE_ARGS+=        --without-sqlite3
    6357endif
    6458
Note: See TracChangeset for help on using the changeset viewer.