[package] prevent lsof from enabling selinux support (#4967)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
33e81a7265
commit
0eebba60c1
12
utils/lsof/patches/004-lsof_selinux.patch
Normal file
12
utils/lsof/patches/004-lsof_selinux.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur lsof-4.81.dfsg.1.orig/Configure lsof-4.81.dfsg.1/Configure
|
||||
--- lsof-4.81.dfsg.1.orig/Configure 2009-04-20 03:03:28.863704499 -0400
|
||||
+++ lsof-4.81.dfsg.1/Configure 2009-04-20 03:05:58.467696265 -0400
|
||||
@@ -2646,7 +2646,7 @@
|
||||
LSOF_TMP1=1
|
||||
fi # }
|
||||
fi # }
|
||||
- if test $LSOF_TMP1 -eq 1 # {
|
||||
+ if 0 -eq 1 # {
|
||||
then
|
||||
LSOF_CFGF="$LSOF_CFGF -DHASSELINUX"
|
||||
LSOF_CFGL="$LSOF_CFGL -lselinux"
|
Loading…
x
Reference in New Issue
Block a user