net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch: fix patch
[otih-overlay.git] / net-dialup / wvdial / files / wvdial-1.60-as-needed.patch
blobe88ac3a26e5364a44ff9bcb7de207fcc82c9b044
1 diff -NrU5 wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
2 --- wvdial-1.60.orig/Makefile 2008-12-14 17:18:25.000000000 +0100
3 +++ wvdial-1.60/Makefile 2008-12-14 17:20:13.000000000 +0100
4 @@ -15,10 +15,12 @@
5 ifeq ($(PC_LIBS),)
6 $(error WvStreams does not appear to be installed)
7 endif
8 LIBS+=$(PC_LIBS)
10 +wvdial-LIBS+= -luniconf
12 BINDIR=${prefix}/bin
13 MANDIR=${prefix}/share/man
14 PPPDIR=${DESTDIR}/etc/ppp/peers
16 include wvrules.mk