fix path to apr-1-config & apu-1-config (closes: #3113)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10822 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
# Copyright (C) 2007-2008 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -80,9 +80,9 @@ endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default, \
|
||||
--with-apr="$(STAGING_DIR)/host/bin/apr-1-config" \
|
||||
--with-apr-util="$(STAGING_DIR)/host/bin/apu-1-config" \
|
||||
--with-pcre="$(STAGING_DIR)/host/bin/pcre-config" \
|
||||
--with-apr="$(STAGING_DIR)/usr/bin/apr-1-config" \
|
||||
--with-apr-util="$(STAGING_DIR)/usr/bin/apu-1-config" \
|
||||
--with-pcre="$(STAGING_DIR)/usr/bin/pcre-config" \
|
||||
--enable-http \
|
||||
--enable-ssl \
|
||||
--enable-proxy \
|
||||
|
Reference in New Issue
Block a user