]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't install rlm_test or rlm_example
authorAlan T. DeKok <aland@freeradius.org>
Wed, 13 Sep 2017 16:38:00 +0000 (12:38 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 13 Sep 2017 16:53:01 +0000 (12:53 -0400)
redhat/freeradius.spec
src/modules/rlm_example/all.mk.in
src/modules/rlm_test/all.mk

index d2b73bdceeaf4a0fb1b32a2e9415c7ceb629def5..b320186f9b0a34ffa128e5809db2f023363d5eec 100644 (file)
@@ -708,7 +708,7 @@ fi
 
 %{?_with_rlm_idn: %{_libdir}/freeradius/rlm_idn.so}
 %if %{?_with_experimental_modules:1}%{!?_with_experimental_modules:0}
-%{_libdir}/freeradius/rlm_example.so
+#%{_libdir}/freeradius/rlm_example.so
 %endif
 
 %files config
index 858b5da8c78a088e2d0035068222e0b1a24a3543..54a8e3b9c3c4c162b5f5ecda5197fab4c09e7c2d 100644 (file)
@@ -22,6 +22,11 @@ SOURCES              := $(TARGETNAME).c other.c
 SRC_CFLAGS     := @mod_cflags@
 TGT_LDLIBS     := @mod_ldflags@
 
+#
+#  We don't want to install this module.  No one will use it.
+#
+TGT_INSTALLDIR :=
+
 #
 #  If the target has documentation in man format it should be set here
 #
index 5eeaf2e65f8ff20d717802e1d6355565d9654585..a3ed57c66594a3fb1b677564c58ed0e97eb77bba 100644 (file)
@@ -1,2 +1,7 @@
 TARGET         := rlm_test.a
 SOURCES                := rlm_test.c
+
+#
+#  We don't want to install this module.  No one will use it.
+#
+TGT_INSTALLDIR :=