this is the code, so where do i have to put the patch
patch -p0 patchname.diff <---over here
<-------------------or over here
./configure
make
Please help
Patches in sources code
-
- Moderator
- Posts: 1153
- Joined: Wed Apr 27, 2011 11:01 pm
Patches in sources code
On 6/11/11 11:41 AM, m_p_w wrote:
If you get an error message asking for the name of the file to apply to,
this possibly means that you selected the wrong patch level.
patch -p(0,1,2...) < patchname.diffthis is the code, so where do i have to put the patch
patch -p0 patchname.diff<---over here
<-------------------or over here
./configure
make
Please help
If you get an error message asking for the name of the file to apply to,
this possibly means that you selected the wrong patch level.