From: Stefan Schantl Date: Wed, 9 Sep 2009 10:24:05 +0000 (+0200) Subject: Freeradius-server: All static libraries will be removed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4fbb344f3af799d398ab03dbc70a953d5073c39;p=ipfire-3.x.git Freeradius-server: All static libraries will be removed. --- diff --git a/lfs/freeradius-server b/lfs/freeradius-server index 67322d20b..a70bb01e0 100644 --- a/lfs/freeradius-server +++ b/lfs/freeradius-server @@ -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)