net/wmnetload: remove bogus RUNPATH entry

net/wmnetload is build with a bogus RUNPATH path, and the elements in the list
aren't needed (all paths are standard ones). So just disable RPATH completely.

No functional changes outside removing the bogus RUNPATH entry in ELF.

ok sthen@
This commit is contained in:
semarie
2023-11-24 10:24:13 +00:00
parent 065351ae96
commit 2660918392
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
COMMENT= wm-dockapp; simple network interface monitoring tool
DISTNAME= wmnetload-1.3
REVISION= 5
REVISION= 6
CATEGORIES= net x11 x11/windowmaker
HOMEPAGE= http://freshmeat.net/projects/wmnetload
+15 -1
View File
@@ -1,4 +1,6 @@
Hunk #2, 3: fix the build with libdockapp>=0.7
- permit build on OpenBSD
- RPATH isn't need (all paths are standard)
- fix the build with libdockapp>=0.7
Index: configure
--- configure.orig
@@ -13,6 +15,18 @@ Index: configure
*)
echo ""
echo "Sorry, $host_os is not supported yet."
@@ -4270,10 +4273,10 @@ else
RPATH=
echo "WARNING: do not know how to set RPATH with this compiler"
fi
+RPATH=
-
X_LIBRARY_PATH=$x_libraries
XCFLAGS="$X_CFLAGS"
XLFLAGS="$X_LIBS"
@@ -4713,7 +4716,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */