mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
libcap: Drop compat library link
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#lib/libcap.a
|
||||
lib/libcap.so
|
||||
lib/libcap.so.1
|
||||
lib/libcap.so.2
|
||||
lib/libcap.so.2.49
|
||||
#lib/libpsx.a
|
||||
|
||||
@@ -33,6 +33,7 @@ done
|
||||
|
||||
# Remove files
|
||||
rm -vf \
|
||||
/lib/libcap.so.1 \
|
||||
/srv/web/ipfire/html/include/snortupdateutility.js \
|
||||
/usr/bin/gawk-4.1.4 \
|
||||
/usr/bin/igawk
|
||||
|
||||
@@ -74,8 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && sed -i '/install.*STALIBNAME/d' libcap/Makefile
|
||||
cd $(DIR_APP) && make GOLANG=no
|
||||
cd $(DIR_APP) && make install GOLANG=no
|
||||
# links for old binaries
|
||||
ln -svf libcap.so.2 /lib/libcap.so.1
|
||||
ln -svf /lib/libcap.so.2.25 /usr/lib/libcap.so
|
||||
chmod +x /lib/libcap.so.*
|
||||
@rm -rf $(DIR_APP)
|
||||
|
||||
Reference in New Issue
Block a user