Skip to content
Permalink
update-libxslt…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@wwwutz
Latest commit 1225656 Oct 18, 2019 History
- get rid of rpm.so dependency
- disable perl module build
- implies disabling embedded perl in snmpd
- disabled other fancy stuff
1 contributor

Users who have contributed to this file

executable file 40 lines (29 sloc) 668 Bytes
#!/usr/bin/env beesh
# BEE_VERSION net-snmp-5.8-0
# more info: https://net-snmp.org
SRCURL[0]="http://downloads.sourceforge.net/project/net-snmp/net-snmp/${PKGVERSION}/net-snmp-${PKGVERSION}.tar.gz"
# PATCHURL+=()
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure \
--with-defaults \
--with-rpm=no \
--with-mysql=no \
--disable-embedded-perl \
--with-perl-modules=no \
--with-python-modules=no \
--with-systemd=no
}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}