tweak tor Makefile and remove unneeded intrusive patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6b00e694ad
commit
6e6d138cd3
@ -79,22 +79,15 @@ fi
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); touch \
|
|
||||||
configure.in \
|
|
||||||
aclocal.m4 \
|
|
||||||
Makefile.in \
|
|
||||||
configure \
|
|
||||||
);
|
|
||||||
$(call Build/Configure/Default,\
|
$(call Build/Configure/Default,\
|
||||||
--with-libevent-dir="$(STAGING_DIR)/usr/" \
|
--with-libevent-dir="$(STAGING_DIR)/usr" \
|
||||||
--with-gnu-ld \
|
--with-ssl-dir="$(STAGING_DIR)/usr" \
|
||||||
, \
|
, \
|
||||||
ac_cv_libevent_normal=yes \
|
ac_cv_libevent_linker_option='(none)' \
|
||||||
ac_cv_openssldir="$(STAGING_DIR)/usr" \
|
ac_cv_openssl_linker_option='(none)' \
|
||||||
tor_cv_null_is_zero=yes \
|
tor_cv_null_is_zero=yes \
|
||||||
tor_cv_unaligned_ok=yes \
|
tor_cv_unaligned_ok=yes \
|
||||||
tor_cv_time_t_signed=yes \
|
tor_cv_time_t_signed=yes \
|
||||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -levent" \
|
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user