]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Don't put libdir into radpaths.h
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2010 10:35:30 +0000 (11:35 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Feb 2010 10:35:30 +0000 (11:35 +0100)
No one uses it, and it causes issues for multi-library builds
(32 + 64-bit systems installed simultaneously)

src/include/build-radpaths-h.in

index f59d03d62d9c2a556048fbf9084c7596d21edf32..8d3b99ebbd0861d7cbe54cd32be2fe5123f79fbb 100644 (file)
@@ -26,7 +26,6 @@ datarootdir=@datarootdir@
 cat <<EOF > radpaths.h
 /* Automatically generated by "build-radpaths-h" */
 #define LOGDIR         "@logdir@"
-#define LIBDIR         "@libdir@"
 #define RADDBDIR       "@raddbdir@"
 #define RUNDIR         "@localstatedir@/run"
 #define SBINDIR                "@sbindir@"