diff --git a/srcpkgs/Ice/template b/srcpkgs/Ice/template index 96b8594b373..10a2b47934d 100644 --- a/srcpkgs/Ice/template +++ b/srcpkgs/Ice/template @@ -1,7 +1,7 @@ # Template file for 'Ice' pkgname=Ice version=3.5.1 -revision=12 +revision=13 build_wrksrc=cpp homepage="http://www.zeroc.com" # XXX: other language bindings @@ -35,7 +35,7 @@ do_configure() { -e "s|ifeq (\$(CXX),g++)|ifeq (\$(CXX),${CXX})|" \ -e "/CXXARCHFLAGS\s+=/ s| -m.*|${CXXFLAGS}|" \ -e "s|\$(CXX) -shared|${CXX} -shared|" \ - -e "s|-rdynamic|-rdynamic -Wl,-rpath,\$(libdir)|" + -e "s|-rdynamic|-rdynamic -Wl,-rpath,\$(libdir) ${LDFLAGS}|" # Fix cross building if [ "$CROSS_BUILD" ]; then # Use host's slice2cpp and slice2freeze