diff options
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 && \ |