projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fix from whiterussian
[openwrt.git]
/
openwrt
/
package
/
cyrus-sasl
/
Makefile
diff --git
a/openwrt/package/cyrus-sasl/Makefile
b/openwrt/package/cyrus-sasl/Makefile
index
b759ec1
..
2729883
100644
(file)
--- a/
openwrt/package/cyrus-sasl/Makefile
+++ b/
openwrt/package/cyrus-sasl/Makefile
@@
-7,9
+7,7
@@
PKG_VERSION:=2.1.20
PKG_RELEASE:=1
PKG_MD5SUM:=268ead27f4ac39bcfe17d9e38e0f2977
PKG_RELEASE:=1
PKG_MD5SUM:=268ead27f4ac39bcfe17d9e38e0f2977
-PKG_SOURCE_URL:= \
- http://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
- http://nthill.free.fr/openwrt/sources/$(PKG_NAME)/
+PKG_SOURCE_URL:=http://ftp.andrew.cmu.edu/pub/cyrus-mail/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
@@
-85,20
+83,20
@@
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
--without-dmalloc \
--without-sfio \
);
--without-dmalloc \
--without-sfio \
);
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
-$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
+$(PKG_BUILD_DIR)/.built:
+ rm -rf $(PKG_INSTALL_DIR)
+ mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR)/include \
CC="$(HOSTCC)" \
LINK="$(HOSTCC) -o makemd5 -lc" \
CFLAGS="" \
makemd5
$(MAKE) -C $(PKG_BUILD_DIR)/include \
CC="$(HOSTCC)" \
LINK="$(HOSTCC) -o makemd5 -lc" \
CFLAGS="" \
makemd5
- $(MAKE) -C $(PKG_BUILD_DIR)
- mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
- install
- touch $
(PKG_BUILD_DIR)/.built
+
all
install
+ touch $
@
$(IPKG_LIBSASL2):
install -m0755 -d $(IDIR_LIBSASL2)/usr/lib/
$(IPKG_LIBSASL2):
install -m0755 -d $(IDIR_LIBSASL2)/usr/lib/
This page took
0.026036 seconds
and
4
git commands to generate.