diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
commit | 0ae09b6000f99736f56cd3fc701855d474a31746 (patch) | |
tree | 8d40d69a9b5c1ac597b69fcf9b2532d7a2c10cc1 /package/dialog/patches/patch-configure | |
parent | 3e16daee39b50bfccf4d389385f8748da016cdcc (diff) | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dialog/patches/patch-configure')
-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 && \ |