File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 8484make install DESTDIR=$RPM_BUILD_ROOT
8585
8686mkdir -p ${RPM_BUILD_ROOT}%{module_path }
87- cp ${RPM_BUILD_DIR}/%{name }-%{version }/launchmon.module ${RPM_BUILD_ROOT}%{module_path }/%{version }
87+
88+ #
89+ # the release number -4 must be matched with what's in META
90+ #
91+ #
92+ cp ${RPM_BUILD_DIR}/%{name }-%{version }-4/launchmon.module ${RPM_BUILD_ROOT}%{module_path }/%{version }
8893
8994%clean
9095rm -rf $RPM_BUILD_ROOT
Original file line number Diff line number Diff line change 2828# #--------------------------------------------------------------------------------
2929# #
3030# # Update Log:
31+ # # May 01 2014 DHA: Specify gcrypt header file locations so that
32+ # # this module will use the integrated version of
33+ # # gcrypt/gpgerr package. TODO: drop support for
34+ # # the integrated gcrypt support and make it an
35+ # # external dependency.
3136# # Apr 15 2014 DHA: Add handshake.h so that it is included into the distro
3237# # Mar 10 2014 MPL: Add secure handshake
3338# #
3439
3540noinst_LTLIBRARIES = libhandshake.la
41+ INCLUDES = -I$(top_srcdir ) /@GCRYPTLOC@ -I$(top_srcdir ) /@GPGERRLOC@
3642libhandshake_la_SOURCES = handshake.c handshake.h
3743libhandshake_la_LIBADD = $(MUNGE_LIBS )
44+
Original file line number Diff line number Diff line change @@ -236,6 +236,7 @@ top_builddir = @top_builddir@
236236top_srcdir = @top_srcdir@
237237tvcmd = @tvcmd@
238238noinst_LTLIBRARIES = libhandshake.la
239+ INCLUDES = -I$(top_srcdir ) /@GCRYPTLOC@ -I$(top_srcdir ) /@GPGERRLOC@
239240libhandshake_la_SOURCES = handshake.c handshake.h
240241libhandshake_la_LIBADD = $(MUNGE_LIBS )
241242all : all-am
You can’t perform that action at this time.
0 commit comments