pkg-config file sqlcipher.pc.in is incorrect in trusty

Bug #1493928 reported by AsamK
24
This bug affects 5 people
Affects Status Importance Assigned to Milestone
RetroShare
New
Undecided
Unassigned
sqlcipher (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

The sqlcipher.pc.in file in the trusty branch specifies to link against sqlite3 instead of sqlcipher. This breaks applications depending on pkg-config information.

Incorrect line:
Libs: -L${libdir} -lsqlite3

Should be:
Libs: -L${libdir} -lsqlcipher

The vivid and wily branches contain the correct -lsqlcipher.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in sqlcipher (Ubuntu):
status: New → Confirmed
Revision history for this message
Cyril Soler (csoler-users) wrote :

I would like to add that this bug breaks the compilation (and packaging) of all packages that depend on sqlcipher and use pkg-config to build them.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.