Skip to content

Commit

Permalink
ps3netsrv: update to 20240210a
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored and 1715173329 committed Feb 20, 2025
1 parent d3def0e commit 9bed613
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net/ps3netsrv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ps3netsrv
PKG_VERSION:=20200610
PKG_VERSION:=20240210a
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/jhonathanc/ps3netsrv/tar.gz/$(PKG_VERSION)?
PKG_HASH:=e456a8edbca7cac95b5396cab71c9bba26e5c838fe4751fffe12b483b5bb4030
PKG_HASH:=a1b90f7d946479dd608f3d7ca9cf90ab63a25fc1046d10b967bed2bc92879423

PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=COPYING
Expand Down
4 changes: 2 additions & 2 deletions net/ps3netsrv/patches/002-makefile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
BUILD_TYPE = release_static

OUTPUT := ps3netsrv
OBJS = src/main.o src/padlock.o src/aes.o src/compat.o src/File.o src/VIsoFile.o
OBJS = src/main.o src/padlock.o src/aes.o src/compat.o src/mem.o src/File.o src/VIsoFile.o

-CFLAGS = -Wall -Wno-format -I./include -std=gnu99 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPOLARSSL
-CPPFLAGS += -Wall -Wno-format -I./include -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPOLARSSL
Expand All @@ -15,7 +15,7 @@

#CFLAGS += -Doff64_t=off_t
#CPPFLAGS += -Doff64_t=off_t
@@ -18,7 +18,7 @@ LDFLAGS = -L.
@@ -25,7 +25,7 @@ LDFLAGS = -L.
LIBS = -lstdc++

ifeq ($(OS), linux)
Expand Down

0 comments on commit 9bed613

Please sign in to comment.