Bad path in libapr-util-1.la

Bug #739575 reported by Michael Terry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
apr-util (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The current /usr/lib/libapr-util-1.la has the following:

dependency_libs=' -luuid -lrt -lcrypt -lpthread -ldl /usr/lib/libexpat.la /usr/lib/libapr-1.la'

But this causes problems with the current libexpat1-dev, which installs libexpat.la into (for example) /usr/lib/i386-linux-gnu/libexpat.la.

If I rebuild apr-util, I get the following in its la file:

dependency_libs=' -luuid -lrt -lcrypt -lpthread -ldl -lexpat /usr/lib/libapr-1.la'

Which would also fix this. Can a simple rebuild be done?

Revision history for this message
Steve Langasek (vorlon) wrote :

This is fixed in precise.

$ grep dependency_libs= /usr/lib//libaprutil-1.la
dependency_libs=''
$

Changed in apr-util (Ubuntu):
status: New → Fix Released
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.