mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
linuxptp: fix build failure
Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on linux net_tstamp.h. Moreover, the usual way of linuxptp build is looking for system includes unless user defines differently. That also was tried to fix. PKG_RELEASE bumped to 3. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/incdefs.sh
|
||||
+++ b/incdefs.sh
|
||||
@@ -62,7 +62,7 @@ user_flags()
|
||||
kernel_flags()
|
||||
{
|
||||
prefix=""
|
||||
- tstamp=/usr/include/linux/net_tstamp.h
|
||||
+ tstamp=/include/uapi/linux/net_tstamp.h
|
||||
|
||||
if [ "x$KBUILD_OUTPUT" != "x" ]; then
|
||||
# With KBUILD_OUTPUT set, we are building against
|
||||
Reference in New Issue
Block a user