X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=GlX+Z
	bkK1+DYlyj7LGnuN2zSxPpoXnY+6l7nrNV2lo8JKaKA7BEkywjxwcsJEGRkwlO1K
	gmR9EX0BJ+xCLgEg/+FCJX4bi8WhQggEl+dC8rmrMJcy1WxQazMCfpS45r20yDL6
	1rKxhoAaT8QT5pVWVLgEjRjWWqtOYvCIOCxAck=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=wMS+F4J2J+1
	5yaK12lWMdKEFAAY=; b=pQysYHzYQFnWzxjBCEofM7+3gw18AQbWtP6/pkxs4dB
	wPcnkeYFbeRqSdmnzLaufOAN1pOSxIeyrrrI1HjbjFJmxtdWUg8GDpTIs8a0uvlK
	v5zqW9Oq6C1i0Jt7SXLjW0BsNhcvTMh0Oa+gl4oSqxq59X/rdjgp0V05Ehqxg47I
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:192.168.75, dll, DLL, handful
X-HELO: vsmx009.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Does Cygwin setup modify dlls?
References: <trinity-f19f7555-e19d-4d9b-98bd-3d2da10e8cf1-1506088812465@3c-app-gmx-bs21>
Date: Sat, 23 Sep 2017 21:53:29 +0200
In-Reply-To: <trinity-f19f7555-e19d-4d9b-98bd-3d2da10e8cf1-1506088812465@3c-app-gmx-bs21>	(Joachim Eibl's message of "Fri, 22 Sep 2017 16:00:12 +0200")
Message-ID: <87zi9ldwee.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-VADE-STATUS: LEGIT

Joachim Eibl writes:
> But then a certain tool didn't work and we found that dll-files that
> were unpacked by the Cygwin-installer didn't match the files in the
> archive.  The problem seems to be dll-specific. Other filetypes are
> not modified.

Anything that is packaged will be rebased by the _autorebase postinstall
script (by default just DLL, but you can also arrange for some PE falgs
to be set on executables).  Currently the handful of exceptions needed
within Cygwin are hard-coded into the rebase_pkg function, so you'll
have to patch that.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

