Public bug reported:

$ cat /usr/lib/x86_64-linux-gnu/pkgconfig/serf-1.pc
SERF_MAJOR_VERSION=1
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib
includedir=${prefix}/include/serf-1

Name: serf
Description: HTTP client library
Version: 1.3.7
Requires.private: libssl libcrypto
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: -L/usr/lib/x86_64-linux-gnu -laprutil-1 
-L/usr/lib/x86_64-linux-gnu -lapr-1 -Wl,-Bsymbolic-functions -Wl,-z,relro 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lz
Cflags: -I${includedir}

Note that prefix should be /usr and libdir should be /usr/lib/x86_64
-linux-gnu

This problem manifests itself as Subversion being unable to build with
this package since it can't find the serf.h file since it isn't in
/usr/local/include/serf-1 as pkg-config is telling it.

** Affects: serf (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1388271

Title:
  serf-1.pc file has incorrect paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/serf/+bug/1388271/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to