From fccbfb4a6f4925aabb8269cc1567fb89ffbb5548 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 8 Jan 2002 01:24:11 +0000 Subject: If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add --enable-debug and turn off stripping of binaries so we actually get all the debugging we're supposed to get. :) Submitted by: Alan Eldridge --- sysutils/kfloppy/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysutils/kfloppy/Makefile') diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 80195deac0fa..49d7d2ce45bf 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -33,6 +33,9 @@ CONFIGURE_ARGS+=--enable-final .endif .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) CONFIGURE_ARGS+=--disable-debug +.else +CONFIGURE_ARGS+=--enable-debug +STRIP='' .endif USE_GMAKE= yes MAN1= efax.1 efix.1 fax.1 -- cgit v1.2.3