|
Lines 33-38
src_unpack() {
Link Here
|
| 33 |
EPATCH_MULTI_MSG="Applying Debian patchset (${DEB_VER}) ..." \ |
33 |
EPATCH_MULTI_MSG="Applying Debian patchset (${DEB_VER}) ..." \ |
| 34 |
# fix for older patch |
34 |
# fix for older patch |
| 35 |
sed -i -e '/^#/d' "${P}~dfsg"/debian/patches/64-egf-speedup.patch || die |
35 |
sed -i -e '/^#/d' "${P}~dfsg"/debian/patches/64-egf-speedup.patch || die |
|
|
36 |
EPATCH_EXCLUDE=65-dfa-optional.patch \ |
| 36 |
epatch ${P}~dfsg/debian/patches/ |
37 |
epatch ${P}~dfsg/debian/patches/ |
| 37 |
epatch "${FILESDIR}"/${P}-yesno-test-fix.patch |
38 |
epatch "${FILESDIR}"/${P}-yesno-test-fix.patch |
| 38 |
use static && append-ldflags -static |
39 |
use static && append-ldflags -static |