mirror of https://github.com/openwrt/packages.git
parent
41e0923d56
commit
2a4b6e4651
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libowfat
|
||||
PKG_VERSION:=0.31
|
||||
PKG_VERSION:=0.32
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://www.fefe.de/libowfat
|
||||
PKG_HASH:=d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12
|
||||
PKG_SOURCE_URL:=https://www.fefe.de/libowfat
|
||||
PKG_HASH:=f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
@ -27,7 +27,7 @@ define Package/libowfat
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=reimplemented libdjb under GPL
|
||||
URL:=http://www.fefe.de/libowfat/
|
||||
URL:=https://www.fefe.de/libowfat/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/GNUmakefile
|
||||
+++ b/GNUmakefile
|
||||
@@ -343,6 +343,8 @@ socket_accept4.o socket_accept6.o socket
|
||||
@@ -357,6 +357,8 @@ socket_accept4.o socket_accept6.o socket_connected.o socket_local4.o \
|
||||
socket_local6.o socket_recv4.o socket_recv6.o socket_remote4.o \
|
||||
socket_remote6.o: havesl.h
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
dns_nd6.o fmt_xlong.o scan_xlong.o fmt_ip6_flat.o $(TEXTCODE_OBJS): haveinline.h
|
||||
|
||||
iob_send.o scan_ip6if.o: havealloca.h
|
||||
@@ -372,6 +374,6 @@ update:
|
||||
@@ -386,6 +388,6 @@ update:
|
||||
dl -n http://www.w3.org/TR/html5/entities.json
|
||||
|
||||
entities.h: entities.json ent
|
||||
|
|
Loading…
Reference in New Issue