Skip to content

Commit e6e0134

Browse files
committed
Init OpenWRT 23.05
1 parent 95cdabf commit e6e0134

File tree

25 files changed

+478
-563
lines changed

25 files changed

+478
-563
lines changed

depends/abseil-cpp/Makefile

Lines changed: 0 additions & 61 deletions
This file was deleted.

depends/abseil-cpp/patches/001-absl-always-use-asm-sgidefs.h.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

depends/abseil-cpp/patches/002-Remove-maes-option-from-cross-compilation.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.

depends/abseil-cpp/patches/003-Remove-neon-option-from-cross-compilation.patch

Lines changed: 0 additions & 43 deletions
This file was deleted.

depends/abseil-cpp/patches/004-abseil-ppc-fixes.patch

Lines changed: 0 additions & 93 deletions
This file was deleted.

depends/abseil-cpp/patches/005-Don-t-match-Wnon-virtual-dtor-in-the-flags-are-neede.patch

Lines changed: 0 additions & 29 deletions
This file was deleted.

depends/liborcania/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=liborcania
9-
PKG_VERSION:=2.3.3
10-
PKG_RELEASE:=1
9+
PKG_VERSION:=2.3.0
10+
PKG_RELEASE:=2
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://codeload.github.com/babelouest/orcania/tar.gz/v$(PKG_VERSION)?
14-
PKG_HASH:=e26947f7622acf3660b71fb8018ee791c97376530ab6c4a00e4aa2775e052626
14+
PKG_HASH:=b1b5550523164eca0f59099e843177684c5017c6088284123880cffd4c6dbbde
1515

1616
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
1717
PKG_LICENSE:=LGPL-2.1-or-later
@@ -35,10 +35,6 @@ define Package/liborcania/description
3535
Potluck with different functions for different purposes that can be shared among C programs.
3636
endef
3737

38-
CMAKE_OPTIONS += \
39-
-DWITH_STRSTR=ON \
40-
-DCMAKE_BUILD_TYPE=Release
41-
4238
define Package/liborcania/install
4339
$(INSTALL_DIR) $(1)/usr/lib
4440
$(CP) $(PKG_INSTALL_DIR)/usr/lib/liborcania.so* $(1)/usr/lib/

depends/libulfius/Makefile

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
#
2-
# This is free software, licensed under the GNU General Public License v2.
3-
# See /LICENSE for more information.
4-
#
5-
61
include $(TOPDIR)/rules.mk
72

83
PKG_NAME:=libulfius
9-
PKG_VERSION:=2.7.15
10-
PKG_RELEASE:=1
4+
PKG_VERSION:=2.7.10
5+
PKG_RELEASE:=2
116

127
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
138
PKG_SOURCE_URL:=https://codeload.github.com/babelouest/ulfius/tar.gz/v$(PKG_VERSION)?
14-
PKG_HASH:=19cf789b2af1919b69f77c7701237bfc318a9781ec657b68fd4b6ffa9d53f111
9+
PKG_HASH:=616c5df99584071461a1285dd7155883f7d2b94abf0931038feeebd3da3a6def
1510

1611
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
1712
PKG_LICENSE:=LGPL-2.1-or-later
@@ -49,10 +44,14 @@ endef
4944

5045
CMAKE_OPTIONS += \
5146
-D_GNU_SOURCE=ON \
47+
-DDOWNLOAD_DEPENDENCIES=OFF \
5248
-DBUILD_WEBSOCKET=OFF \
49+
-DSEARCH_ORCANIA_U=ON \
5350
-DWITH_CURL=ON \
5451
-DWITH_JANSSON=OFF \
52+
-DWITH_STRSTR=ON \
5553
-DWITH_YDER=OFF \
54+
-DSEARCH_YDER=OFF \
5655
-DCMAKE_BUILD_TYPE=Release
5756

5857
ifeq ($(BUILD_VARIANT),gnutls)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/CMakeLists.txt
2+
+++ b/CMakeLists.txt
3+
@@ -257,7 +257,7 @@ if (SEARCH_ORCANIA_U)
4+
set(Orcania_FIND_QUIETLY ON) # force to find Orcania quietly
5+
include(FindOrcania)
6+
find_package(Orcania ${ORCANIA_VERSION_REQUIRED} QUIET) # try to find orcania
7+
- if (NOT ORCANIA_FOUND)
8+
+ if (NOT ORCANIA_FOUND AND NOT PC_ORCANIA_FOUND)
9+
if (DOWNLOAD_DEPENDENCIES)
10+
include(DownloadProject)
11+
download_project(PROJ orcania # ... otherwise, download archive

depends/libulfius/patches/001-fix-ftbfs-32bit-arches-64bit-time_t.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)