]> git.pld-linux.org Git - packages/dahdi-tools.git/commitdiff
- BR; optflags fixes auto/th/dahdi-tools-2_1_0_2-11 auto/ti/dahdi-tools-2_1_0_2-11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 29 Apr 2009 08:41:56 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dahdi-tools.spec -> 1.2

dahdi-tools.spec

index 0a9a4c55847fbdd3e52d53d69f84891204ba617c..915e562825ac4eefbb4a10dc315a161a2c6afcde 100644 (file)
@@ -34,6 +34,7 @@ Source2:      dahdi.sysconfig
 Patch0:                %{name}-as-needed.patch
 URL:           http://www.asterisk.org/
 Obsoletes:     zaptel
+BuildRequires: dahdi-linux-devel
 BuildRequires: newt-devel
 BuildRequires: perl-base
 BuildRequires: perl-tools-pod
@@ -140,7 +141,9 @@ chmod a+rx download-logger
 
 %build
 %configure
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       OPTFLAGS="%{rpmcppflags} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.265701 seconds and 4 git commands to generate.