diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:50:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-11 17:50:21 +0100 |
commit | ffb5479c0bc3d82b01be8e61573a26bf22081d13 (patch) | |
tree | 3d19c9b323a3f0f617f1203d3b740a38b87e3b35 /package/wdfs | |
parent | b8d0085de8fc78fb4cb0da43c5ad55eb9e21a862 (diff) |
remove conflicting PKG_CONFIG_PATH from environment
Diffstat (limited to 'package/wdfs')
-rw-r--r-- | package/wdfs/Makefile | 2 | ||||
-rw-r--r-- | package/wdfs/patches/patch-configure | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/package/wdfs/Makefile b/package/wdfs/Makefile index fb55d5b4c..2e494681e 100644 --- a/package/wdfs/Makefile +++ b/package/wdfs/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wdfs PKG_VERSION:= 1.4.2 -PKG_RELEASE:= 2 +PKG_RELEASE:= 4 PKG_MD5SUM:= 628bb44194d04c1cf8aacc446ed0a230 PKG_DESCR:= WebDAV filesystem PKG_SECTION:= fs diff --git a/package/wdfs/patches/patch-configure b/package/wdfs/patches/patch-configure new file mode 100644 index 000000000..45298cda5 --- /dev/null +++ b/package/wdfs/patches/patch-configure @@ -0,0 +1,11 @@ +--- wdfs-1.4.2.orig/configure 2007-04-17 22:43:31.000000000 +0200 ++++ wdfs-1.4.2/configure 2010-12-11 11:23:49.000000000 +0100 +@@ -4953,8 +4953,6 @@ else + fi + + +-export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH +- + + if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then |