Patches item #301174, was opened at 2005-02-11 11:58 You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=410472&aid=301174&group_id=30218
Category: linuxism Group: unsubmitted Status: Open Resolution: None Priority: 5 Submitted By: Michael Banck (mbanck) Assigned to: Nobody (None) Summary: openssh port fowarding Initial Comment: Author: Robert Bihlmeyer <[EMAIL PROTECTED]> Source: openssh Status: Applied in #102991, dropped subsequently Categories: linuxism Strip-Level: -p0 ---------------------------------------------------------------------- Comment By: Barry deFreese (bddebian-guest) Date: 2005-02-16 15:28 Message: Logged In: YES user_id=11521 I am trying to build openssh-3.8.1p1. I have gotten around the res_query, dn_expand, and crypt errors with the following patch. However, I am now getting errors for undefined references to Xshm* in libgdk-imlib so it still needs work. --- rules.org 2005-02-16 15:16:58.000000000 -0500 +++ rules 2005-02-15 23:18:24.000000000 -0500 @@ -17,6 +17,7 @@ endif VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 | sed 's/.*://') DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_BUILD_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_BUILD_GNU_SYSTEM) CLIENT_UDEB := openssh-client-udeb_$(VERSION)_$(DEB_HOST_ARCH).udeb SERVER_UDEB := openssh-server-udeb_$(VERSION)_$(DEB_HOST_ARCH).udeb @@ -46,7 +47,11 @@ endif # Temporary linkage hack for amd64 due to lack of res_query weak alias, see # #242462. Real fix sent upstream. ifeq ($(DEB_HOST_ARCH),amd64) -FORCE_LIBS = LIBS=-lresolv + FORCE_LIBS = LIBS=-lresolv +else + ifeq ($(DEB_BUILD_GNU_SYSTEM),gnu) + FORCE_LIBS = LIBS="-lresolv -lcrypt" + endif endif # Change the version string to include the Debian version ---------------------------------------------------------------------- Comment By: Barry deFreese (bddebian-guest) Date: 2005-02-13 22:22 Message: Logged In: YES user_id=11521 How is this going to get fixed when openssh has a build depends on libgnome-dev? ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=410472&aid=301174&group_id=30218 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]