diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-13 19:44:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-06-13 19:44:38 +0200 |
commit | df099ef028d1d4a3df380c472f450dc7980a846b (patch) | |
tree | a6dc542a213cbdab0312ec1ff4ad34252e088ff8 /package/dialog/patches | |
parent | fdaf410f4874073e738c6bc82ce6a09773a2b085 (diff) |
remove /lib from library search path
Diffstat (limited to 'package/dialog/patches')
-rw-r--r-- | package/dialog/patches/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/dialog/patches/patch-configure b/package/dialog/patches/patch-configure new file mode 100644 index 000000000..4013b3f57 --- /dev/null +++ b/package/dialog/patches/patch-configure @@ -0,0 +1,10 @@ +--- dialog-1.1-20080819.orig/configure 2008-03-16 19:54:16.000000000 +0100 ++++ dialog-1.1-20080819/configure 2011-05-15 20:15:38.756610583 +0200 +@@ -9024,7 +9024,6 @@ fi + + ;; + linux*) # Suse Linux does not follow /usr/lib convention +- LIBS="$LIBS -L/lib" + ;; + sunos3*|sunos4*) + test -d /usr/5lib && \ |