mirror of
https://github.com/xcat2/xcat-dep.git
synced 2025-01-28 11:57:47 +00:00
beda5f597f
Former-commit-id: c6ef04799edbf3b3c8be18a68276d611a3067d51
23 lines
1002 B
Plaintext
23 lines
1002 B
Plaintext
Build notes
|
|
|
|
Note the net-snmp "configure" script did not work on AIX 7.1.
|
|
We have modified it to work and put it in configure.fix
|
|
The Spec file copies this script over the shipped configure script in the
|
|
build directory before it is run. See the net-snmp.5.4.2.1.spec in this directory.
|
|
|
|
The configproblems file shows where the configuration was failing before
|
|
we modified this script. If a new release is picked up, the new release
|
|
"configure" script will also have to be modified.
|
|
|
|
cp net-snmp-5.4.2.1.tar.gz /opt/freeware/src/packages/SOURCES
|
|
cp net-snmp.5.4.2.1.spec /opt/freeware/src/packages/SPECS
|
|
cp net-snmp-find-requires.patch /opt/freeware/src/packages/SOURCES
|
|
run rpm -bb net-snmp.5.4.2.1.spec
|
|
|
|
* patch was created using "diff -c net-snmp-5.4.2.1.orig/net-snmp-5.4.2.1/dist/find-requires net-snmp-5.4.2.1/dist/find-requires" command
|
|
|
|
Will build the following rpms:
|
|
net-snmp-5.4.2.1-3.aix7.1.ppc.rpm
|
|
net-snmp-devel-5.4.2.1-3.aix7.1.ppc.rpm
|
|
net-snmp-perl-5.4.2.1-3.aix7.1.ppc.rpm
|