Merge pull request #3243 from jernejsk/tcpdumpfix

tcpdump: properly reorder build step
This commit is contained in:
CvH 2019-01-17 21:34:40 +01:00 committed by GitHub
commit e23e67280f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ pre_configure_target() {
LDFLAGS+=" -ltirpc"
}
pre_build_target() {
post_configure_target() {
# discard native system includes
sed -i "s%-I/usr/include%%g" Makefile
}