]> git.pld-linux.org Git - packages/geheimnis.git/commitdiff
- compile with -fno-rtti -fno-exceptions (much smaller binaries). STABLE geheimnis-1_96-1
authorkloczek <kloczek@pld-linux.org>
Sat, 2 Mar 2002 11:38:41 +0000 (11:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geheimnis.spec -> 1.17

geheimnis.spec

index 735d7e68bcb22575c3a34e6447202f1d9e7dafa8..ea3994cb7aadb252b39ac1825db1e54fa1ea3a47 100644 (file)
@@ -28,12 +28,14 @@ poprzez interfejs graficzny, podobnie jak w pow
 
 %build
 kde_icondir="%{_pixmapsdir}"; export kde_icondir
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions"
 %configure2_13
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.076645 seconds and 4 git commands to generate.