]> git.pld-linux.org Git - packages/freeradius-server.git/commitdiff
- cleanend up recursive AM/AC regeneration (4 spaces => 1 tab).
authorkosmo <kosmo@pld-linux.org>
Tue, 3 Feb 2009 10:46:51 +0000 (10:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed not working selective AM/AC regeneration.
- removed LIBS environment setting - not longer needed.

Changed files:
    freeradius-server.spec -> 1.14

freeradius-server.spec

index d79c8637014dac59b29ab0347db8b7ebcd71e7c7..2b53f24e228b38a3a47cc31546ebdb64728348ea 100644 (file)
@@ -215,18 +215,14 @@ Header files and libraries.
 %build
 # Keep it for future when ac/am regeneration will be ok
 #find -name 'configure.[ia][nc]' -type f | while read FILE; do
-#    cd $(dirname "$FILE")
-#    %{__libtoolize}
-#    %{__aclocal} -I $OLDPWD
-#    %{__autoconf}
-#    [ -f config.h.in ] && %{__autoheader}
-#    cd -
+#      cd $(dirname "$FILE")
+#      %{__libtoolize}
+#      %{__aclocal} -I $OLDPWD
+#      %{__autoconf}
+#      [ -f config.h.in ] && %{__autoheader}
+#      cd -
 #done
-%{__libtoolize}
-%{__aclocal} -I .
-%{__autoconf}
 
-LIBS="-lgdbm" \
 %configure \
        --enable-strict-dependencies \
        --with-experimental-modules \
This page took 0.216133 seconds and 4 git commands to generate.