diff options
Diffstat (limited to 'recipes/wvdial/wvdial-1.56/fixmakefile.patch')
-rw-r--r-- | recipes/wvdial/wvdial-1.56/fixmakefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/wvdial/wvdial-1.56/fixmakefile.patch b/recipes/wvdial/wvdial-1.56/fixmakefile.patch new file mode 100644 index 0000000000..38160e61fd --- /dev/null +++ b/recipes/wvdial/wvdial-1.56/fixmakefile.patch @@ -0,0 +1,11 @@ +--- wvdial-1.56/Makefile~ 2009-01-13 21:03:10.000000000 +0100 ++++ wvdial-1.56/Makefile 2009-01-13 21:03:10.000000000 +0100 +@@ -38,7 +38,7 @@ + ifeq ($(WVSTREAMS_LIB),) + LIBUNICONF:=-luniconf + endif +-wvdial wvdialconf papchaptest pppmon: wvdial.a $(LIBUNICONF) ++wvdial wvdialconf papchaptest pppmon: wvdial.a + + install-bin: all + [ -d ${BINDIR} ] || install -d ${BINDIR} |