--- radiusd-livingston-2.1.orig/src/conf/Linux_Deb
+++ radiusd-livingston-2.1/src/conf/Linux_Deb
@@ -0,0 +1,11 @@
+# Debian Linux
+#
+RADLIBS = -lcrypt -ldb
+CPPFLAGS = -DBERKELEY_DB # -DNOSHADOW
+COPT = -g -Wall
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+COPT += -O0
+else
+COPT += -O2
+endif
