mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
lispmob: fix build with musl
lispmob accesses the gnu members of struct udphdr like source and dest and does not use the posix member names. Instead of using the correct names just define this as _GNU_SOURCE. [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
This commit is contained in:
committed by
Etienne CHAMPETIER
parent
4c98c181c0
commit
e9d97e52c0
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=lispmob
|
||||
PKG_REV:=180aa39d338a00bb532e421de7f8513492cf2e8b
|
||||
PKG_VERSION:=0.4
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=git://github.com/LISPmob/lispmob.git
|
||||
|
||||
Reference in New Issue
Block a user