]> git.pld-linux.org Git - packages/arts.git/commitdiff
- begin libsuffixation of KDE, adding debug handling will need masss changes
authordjurban <djurban@pld-linux.org>
Mon, 1 Nov 2004 13:10:53 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arts.spec -> 1.101

arts.spec

index 188ef03924fbd64ea35d9194062823f8b74f6adb..3819c43bbcb91f5eed622f7ebfb498c41f41ed7d 100644 (file)
--- a/arts.spec
+++ b/arts.spec
@@ -168,8 +168,11 @@ export UNSERMAKE=/usr/share/unsermake/unsermake
 
 %configure \
        %{!?with_nas:ac_cv_header_audio_audiolib_h=no} \
-       --%{?debug:en}%{!?debug:dis}able-debug \
-       --disable-rpath \
+       %if "%{_lib}" == "lib64"
+       --enable-libsuffix=64 \
+       %endif
+       --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+       %{!?debug:--disable-rpath} \
        --enable-final \
        --with-qt-libraries=%{_libdir} \
        --with%{!?with_alsa:out}-alsa
This page took 0.072617 seconds and 4 git commands to generate.