]> git.pld-linux.org Git - packages/wvdial.git/commitdiff
- wvbase is correctly provided by *.pc files, but link with uniconf is
authorwrobell <wrobell@pld-linux.org>
Tue, 6 Jan 2009 14:14:25 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  required

Changed files:
    wvdial-as_needed-fix.patch -> 1.3

wvdial-as_needed-fix.patch

index d2649d7d52dfcf18ff70ad2cdc9e23dd0d520f34..a2c9e69ffafd7e767ab63c469e559b217107ce67 100644 (file)
@@ -5,7 +5,7 @@
  CPPFLAGS+=$(PC_CFLAGS)
  
 -PC_LIBS=$(shell pkg-config --libs libwvstreams)
-+PC_LIBS=$(shell pkg-config --libs libwvstreams) -lwvbase
++PC_LIBS=$(shell pkg-config --libs libwvstreams) -luniconf
  ifeq ($(PC_LIBS),)
   $(error WvStreams does not appear to be installed)
  endif
This page took 0.441253 seconds and 4 git commands to generate.