apr/apu-1-config default libdir breaks compilation against custom GSS-API
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apr (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
apr-util (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I am trying to build Subversion with serf against a newer version of MIT Kerberos which I have installed in $HOME/krb5. Everything else is from apt-get. A side note, MIT Kerberos is installed from apt-get too. There there are now two installations of MIT Kerberos.
serf from Subversion trunk, MIT Kerberos from Git master.
apr-1-config and apu-1-config spit out:
-L/usr/
-L/usr/
Trying to compile serf against that local MIT Kerberos version gives me:
gcc -o test/serf_bwtp.o -c -std=c99 -Wdeclaration-
gcc -o test/serf_bwtp -pthread -Wl,--enable-
/usr/lib/
/usr/lib/
/usr/lib/
/usr/lib/
collect2: error: ld returned 1 exit status
scons: *** [test/serf_bwtp] Error 1
scons: building terminated because of errors.
-L/usr/
Since /usr/lib/
$ uname -a
Linux mikamobil 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:31:42 UTC 2014 i686 i686 i686 GNU/Linux
Linux Mint 17