Date: Tue, 15 May 2007 21:36:45 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: Meyer <mwm-keyword-freebsdhackers2.e313df@mired.org>, freebsd-hackers@freebsd.org, Ivan Voras <ivoras@fer.hr>, Mike@freebsd.org, Kris Kennaway <kris@obsecurity.org>, Dag-Erling Sm????rgrav <des@des.no> Subject: Re: New FreeBSD package system (a.k.a. Daemon Package System (dps)) Message-ID: <20070515183645.GA9126@kobe.laptop> In-Reply-To: <20070514131954.sqxxrk6qi8o8gwck@webmail.leidinger.net> References: <200705102105.27271.blackdragon@highveldmail.co.za> <f20c8u$htp$1@sea.gmane.org> <17987.52037.112351.872442@bhuda.mired.org> <20070511015156.GA77895@xor.obsecurity.org> <86zm4b3h7h.fsf@dwp.des.no> <20070511082657.GA24652@xor.obsecurity.org> <86sla33gkm.fsf@dwp.des.no> <20070511161200.w7tzoc5mkg8og44c@webmail.leidinger.net> <86lkfru4ya.fsf@dwp.des.no> <20070514131954.sqxxrk6qi8o8gwck@webmail.leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-05-14 13:19, Alexander Leidinger <Alexander@Leidinger.net> wrote: >Quoting Dag-Erling Sm????rgrav <des@des.no> (from Mon, 14 May 2007 >11:31:25 +0200): >> Note that we are apparently not the only ones dissatisfied with this >> state of affairs. The following code is commonly found in rpm specs >> for Fedora (and, I suspect, for RedHat and CentOS as well): >> >> sed -i >> 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' >> libtool >> sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool >> >> Perhaps we could make common cause with RH to apply pressure on the >> libtool maintainers? Quite good idea, if this means the fixes will automagically work for libtool for releases >= 1.5.X. Things may be a little trickier with older libtool versions, but I'm not sureif I'm qualified to suggest a *real* fix for those thirdparty packages which depend on older libtool versions. > Isn't this a property which can be set at build time? I mean: isn't > there a $OSNAME case where this can be set for a specific OS? There is already precedent for OS-specific and compiler-specific options. The 1.5.23a version includes already special support for linking with -library=stlport4 and _excluding_ the -lCrun and -lCstd libraries for Solaris programs compiled with Sun Studio ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070515183645.GA9126>