Changeset 5e878ba in freewrt for package/privoxy


Ignore:
Timestamp:
Jul 11, 2006, 11:02:43 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
115d022
Parents:
d629443
Message:

for BSD build we need a AUTOCONF_VERSION at the moment

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/privoxy/Makefile

    rd629443 r5e878ba  
    2121$(PKG_BUILD_DIR)/.configured:
    2222        (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
    23                 autoheader && autoconf && \
     23                AUTOCONF_VERSION=2.59 autoheader && AUTOCONF_VERSION=2.59 autoconf && \
    2424                $(TARGET_CONFIGURE_OPTS) \
    2525                CFLAGS="$(strip $(TARGET_CFLAGS))" \
Note: See TracChangeset for help on using the changeset viewer.