2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 17:11:45 +00:00
xcat-dep/stunnel/Build-notes
ligc 29e0633b7e fix for 4312: build xcat-dep packages for SLES 12 x86_64
Former-commit-id: dc03d6519b6646ab2ae432f8008ed1c8a6a11b4d
2013-10-24 14:15:20 +08:00

15 lines
616 B
Plaintext
Executable File

Build Notes
1) Copy stunnel.spec to /usr/src/packages/SPECS
2) Copy stunnel-4.26.tar.gz to /usr/src/packages/SOURCES
3) Copy initscript.patch to /usr/src/packages/SOURCES
4) RUN "rpmbuild -ba /usr/src/packages/SPECS/stunnel.spec"
5) You will get the binary rpm package stunnel-4.26-1.<arch>.rpm in the directory /usr/src/packages/
NOTE #1:
This is only neccessary for SLES11 or higher version. stunnel is shipped with RHEL and SLES10.x.
NOTE #2:
It requires libopenssl-devel package to build this package. For SLES11, libopenssl-devel and its related packages can be found in SLES-11-SDK DVDs or repositories.