Changeset 5083
- Timestamp:
- 01/08/07 17:38:15 (4 years ago)
- Files:
-
- trunk/make/apr-util.mk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/make/apr-util.mk
r5077 r5083 27 27 # APR_UTIL_IPK_VERSION should be incremented when the ipk changes. 28 28 # 29 APR_UTIL_IPK_VERSION= 129 APR_UTIL_IPK_VERSION=2 30 30 31 31 # … … 153 153 --with-gdbm=$(STAGING_DIR)/opt \ 154 154 --with-expat=$(STAGING_DIR)/opt \ 155 --without-mysql \ 156 --without-pgsql \ 157 --without-sqlite2 \ 158 --without-sqlite3 \ 155 159 $(APR_UTIL_CONFIGURE_TARGET_ARGS) \ 156 160 ) 157 161 mkdir -p $(APR_UTIL_BUILD_DIR)/build 158 162 cp $(STAGING_DIR)/opt/share/apache2/build-1/apr_rules.mk $(APR_UTIL_BUILD_DIR)/build/rules.mk 163 # sed -ie '/pgsql/d;' $(APR_UTIL_BUILD_DIR)/build-outputs.mk 159 164 touch $(APR_UTIL_BUILD_DIR)/.configured 160 165
