@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-no_server_man_pages-2.patch
+ #cd $(DIR_APP) && sed 's/4775/0755/' -i.orig2 ping/Makefile.in
cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/sbin \
--sysconfdir=/etc --localstatedir=/var \
--disable-ifconfig --disable-logger --disable-syslogd \
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
mv -v /usr/bin/ping /bin
- setcap cap_net_admin=ep /bin/ping
+ #setcap cap_net_admin=ep /bin/ping
@rm -rf $(DIR_APP)
@$(POSTBUILD)
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install
- chmod -v -s /bin/mount
- setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/mount
- chmod -v -s /bin/umount
- setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/umount
+ #chmod -v -s /bin/mount
+ #setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/mount
+ #chmod -v -s /bin/umount
+ #setcap CAP_DAC_OVERRIDE,CAP_SYS_ADMIN=ep /bin/umount
endif
ifeq "$(STAGE)" "installer"