diff options
author | Mike Baker <mbm@openwrt.org> | 2005-03-07 00:13:42 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-03-07 00:13:42 +0000 |
commit | 07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0 (patch) | |
tree | f13c398b18e59e4fdb2de2b6e5fcd1572c464441 /package/openssl/Makefile | |
parent | 66cbb1c82990e70607e5760cbcb3f44e3324f720 (diff) | |
download | upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.tar.gz upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.tar.bz2 upstream-07d1091e4d86aad85a54e1bf9bfd2f75781ba6b0.zip |
enable hotplug
fix openssl package
enable motorola binaries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 4d30be3ef2..3bcce0fe7e 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -51,7 +51,7 @@ $(STAGING_DIR)/lib/libssl.so: $(PKG_BUILD_DIR)/apps/openssl (cd $(STAGING_DIR)/lib; ln -fs libssl.so.0.9.7 libssl.so) (cd $(STAGING_DIR)/lib; ln -fs libssl.so.0.9.7 libssl.so.0) -$(PKG_IPK): $(STAGING_DIR)/lib/libssl.so +$(PACKAGE_DIR)/$(PKG_IPK): $(STAGING_DIR)/lib/libssl.so mkdir -p $(PACKAGE_DIR) $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_BUILD_DIR)/ipkg/$(PKG_NAME) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(PKG_BUILD_DIR)/ipkg/$(PKG_NAME)/usr/lib |