]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Freeradius-server: All static libraries will be removed.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 9 Sep 2009 10:24:05 +0000 (12:24 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 9 Sep 2009 10:24:05 +0000 (12:24 +0200)
lfs/freeradius-server

index 67322d20b9c0aa803e6728d012f717f85efcb8f4..a70bb01e008d55a499b3852c6fbc160db96e2858 100644 (file)
@@ -36,8 +36,8 @@ OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
 MAINTAINER =
 GROUP      = System/Daemons
-CORE       = no
-EXTRA      = yes
+CORE       = yes
+EXTRA      = no
 DEBUG      = no
 BUILD_DEPS = 
 DEPS       =
@@ -95,10 +95,13 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && make LIBTOOL="libtool --tag=CC"
        cd $(DIR_APP) && make install
 
+       # Removing all static libraries
+       rm -rf /usr/lib/freeradius/*.la
+
        # PAM
        cp -vf $(DIR_CONFIG)/pam.d/$(PKG_NAME) /etc/pam.d/
 
        # Logrotate
-       cp -vf $(DIR_SRC)/logrotate/$(PKG_NAME) /etc/logrotate.d/
+       cp -vf $(DIR_SRC)/src/logrotate/$(PKG_NAME) /etc/logrotate.d/
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)