Skip to content

Commit

Permalink
Remove interposing from epoll-shim - broken with new upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mszoek committed Oct 12, 2024
1 parent c40bd2f commit 261bf2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ISO/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ ramdisk()

boot()
{
cp -R "${cwd}/overlays/boot/" "${cdroot}"
cd "${uzip}" && tar -cf - boot | tar -xf - -C "${cdroot}"
cp -R "${cwd}/overlays/boot/" "${cdroot}"
cd ${cwd} && zpool export furybsd && mdconfig -d -u 0
}

Expand Down
2 changes: 1 addition & 1 deletion ISO/settings/rc.conf.ravynOS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ldconfig_local_dirs="/usr/libdata/ldconfig /usr/local/libdata/ldconfig"
windowserver_enable="YES"
windowserver_enable="NO"
1 change: 0 additions & 1 deletion lib/libepoll-shim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ SRCS= include/sys/epoll.h \
signalfd.c \
timerfd_ctx.c \
compat_socketpair.c \
epoll_shim_interpose.c \
eventfd.c \
wrap.c \
pollrdhup.c \
Expand Down
3 changes: 2 additions & 1 deletion lib/libpng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CMAKE= ${OBJTOP}/usr.bin/cmake/bin/cmake
CMAKE_ARGS+= -DCMAKE_SYSTEM_PROCESSOR=x86_64
.endif

CPPFLAGS= --sysroot=${OBJTOP} ${CFLAGS:M-I*}
CPPFLAGS= --sysroot=${OBJTOP} ${CFLAGS:M-I*}
CFLAGS+= -Wno-error=unused-but-set-variable
CFLAGS+= -Wno-error=null-pointer-subtraction
CFLAGS+= -Wno-error=missing-variable-declarations
Expand All @@ -29,6 +29,7 @@ build:
install:

distribute-me:
mkdir -p ${OBJTOP}/release/dist/ravynOS
${MAKE} -C ${MAKEOBJDIR} INSTALL=${INSTALL} \
DESTDIR=${OBJTOP}/release/dist/ravynOS install
distribute: distribute-me

0 comments on commit 261bf2e

Please sign in to comment.