Re: [tcpdump-workers] [PATCH] libpcap: patch to correct linker flag sequence

2017-11-28 Thread Guy Harris
On Nov 27, 2017, at 11:40 PM, Nimesh Prajapati wrote: > From: Yogesh Prasad > > Description > This patch will correct the sequence of -pie and -shared options. > When used together, -pie should be provided to the linker before > -shared. If -pie is provided after -shared, the linker throws > b

[tcpdump-workers] [PATCH] libpcap: patch to correct linker flag sequence

2017-11-27 Thread Nimesh Prajapati
From: Yogesh Prasad Description This patch will correct the sequence of -pie and -shared options. When used together, -pie should be provided to the linker before -shared. If -pie is provided after -shared, the linker throws below error. ---