tags 615759 + patch
user ubuntu-de...@lists.ubuntu.com
usertags 615759 + origin-ubuntu oneiric ubuntu-patch
thanks

attached a patch which fixes the issue.
Description: fix build with ld --no-add-needed
 requires explicit link against liblber
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/oval-interpreter/+bug/756041
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615759
Author: Julian Taylor <jtaylor.deb...@googlemail.com>
Index: oval-interpreter/project/linux/Makefile
===================================================================
--- oval-interpreter.orig/project/linux/Makefile	2011-07-06 13:06:24.731844871 +0200
+++ oval-interpreter/project/linux/Makefile	2011-07-06 13:05:51.891844851 +0200
@@ -56,7 +56,7 @@
 LIBDIR = -L/usr/local/lib -L/usr/lib
 
 # What libraries do we need?
-LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap
+LIBS = -lxerces-c -lxalan-c -lpcre -lpopt -lgcrypt -lldap -llber
 
 # Determine what platform the source is being build on
 PLATFORM = $(shell uname | tr '[a-z]' '[A-Z]')

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to