diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-24 12:10:59 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-24 12:10:59 -0400 |
commit | 4b32c33ed06f4eaac1e01b22a53164885c628003 (patch) | |
tree | 8162ffb83f488ddbb542c926e35b516c1d06dbca /sys-process/procps/files/procps-3.3.9-configure.patch | |
parent | Add DEPRECATED notice. (diff) | |
download | hardened-dev-musl.tar.gz hardened-dev-musl.tar.bz2 hardened-dev-musl.zip |
Clear out the repo to discourage its use. See DEPRECATED.musl
Diffstat (limited to 'sys-process/procps/files/procps-3.3.9-configure.patch')
-rw-r--r-- | sys-process/procps/files/procps-3.3.9-configure.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-process/procps/files/procps-3.3.9-configure.patch b/sys-process/procps/files/procps-3.3.9-configure.patch deleted file mode 100644 index 4822f62e..00000000 --- a/sys-process/procps/files/procps-3.3.9-configure.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/procps-ng-3.3.9/configure.ac -+++ b/procps-ng-3.3.9/configure.ac -@@ -235,7 +235,9 @@ - else - AC_SEARCH_LIBS([dlopen], [dl], [], - [AC_MSG_ERROR([dynamic linking unavailable, circumvent with --disable-numa])]) -- DL_LIB="$ac_cv_search_dlopen" -+ if test "$ac_cv_search_dlopen" != "none required" ; then -+ DL_LIB="$ac_cv_search_dlopen" -+ fi - fi - AC_SUBST([DL_LIB]) - |