소스 검색

Add CXXFLAGS

Alois Mahdal 6 년 전
부모
커밋
4555ba7244
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      slop.spec.in

+ 1
- 0
slop.spec.in 파일 보기

@@ -23,6 +23,7 @@ from the user and prints the region to stdout.
23 23
 %autosetup -n %{name}-%{version}
24 24
 
25 25
 %build
26
+CXXFLAGS="${CXXFLAGS:-%{optflags}}"; export CXXFLAGS
26 27
 cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
27 28
 
28 29
 %install