Skip to content

Commit

Permalink
Merge branch 'branches/rudder/2.11' into branches/rudder/3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Nov 27, 2014
2 parents 5f81a94 + 38bc73f commit afcce5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diff -Naur debian/rules debian/rules
# Add here commands to configure the package.
cd SOURCES && ./perl-prepare.sh $(CURDIR)/SOURCES/fusioninventory-agent
+ # Compile and install OpenSSL
+ cd SOURCES/openssl-source && ./config -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared
+ cd SOURCES/openssl-source && if [ "$(shell dpkg-architecture -qDEB_HOST_ARCH)" = "amd64" ]; then TARGET=linux-x86_64; else TARGET=linux-elf; fi && ./Configure -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared $$TARGET
+ cd SOURCES/openssl-source && make
+ cd SOURCES/openssl-source && make install INSTALL_PREFIX=$(CURDIR)/debian/tmp
# Compile the LMDB library and install it in /opt/rudder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diff -Naur debian/rules debian/rules
# Add here commands to configure the package.
cd SOURCES && ./perl-prepare.sh $(CURDIR)/SOURCES/fusioninventory-agent
+ # Compile and install OpenSSL
+ cd SOURCES/openssl-source && ./config -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared
+ cd SOURCES/openssl-source && if [ "$(shell dpkg-architecture -qDEB_HOST_ARCH)" = "amd64" ]; then TARGET=linux-x86_64; else TARGET=linux-elf; fi && ./Configure -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared $$TARGET
+ cd SOURCES/openssl-source && make
+ cd SOURCES/openssl-source && make install INSTALL_PREFIX=$(CURDIR)/debian/tmp
# Compile the LMDB library and install it in /opt/rudder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diff -Naur debian/rules debian/rules
# Add here commands to configure the package.
cd SOURCES && ./perl-prepare.sh $(CURDIR)/SOURCES/fusioninventory-agent
+ # Compile and install OpenSSL
+ cd SOURCES/openssl-source && ./config -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared
+ cd SOURCES/openssl-source && if [ "$(shell dpkg-architecture -qDEB_HOST_ARCH)" = "amd64" ]; then TARGET=linux-x86_64; else TARGET=linux-elf; fi && ./Configure -fPIC --prefix=/opt/rudder --openssldir=/opt/rudder/openssl shared $$TARGET
+ cd SOURCES/openssl-source && make
+ cd SOURCES/openssl-source && make install INSTALL_PREFIX=$(CURDIR)/debian/tmp
# Compile the LMDB library and install it in /opt/rudder
Expand Down

0 comments on commit afcce5a

Please sign in to comment.