]> git.pld-linux.org Git - packages/etherape.git/commitdiff
- fix in %build: do not use direct -I<path> to libglade header files but extract
authorkloczek <kloczek@pld-linux.org>
Wed, 14 May 2003 07:08:19 +0000 (07:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  this from "libglade-config --cflags" output.

Changed files:
    etherape.spec -> 1.51

etherape.spec

index 0e3a0b61db9a81745e4b7e91db90c26763f22b3b..0a2c93b1ba6caa9b6b30460cee7a700f12d3cbd3 100644 (file)
@@ -52,7 +52,7 @@ rm -f missing
 %{__aclocal} -I macros
 %{__autoconf}
 %{__automake}
-CFLAGS="%{rpmcflags} -I /usr/include/libglade-1.0"
+CFLAGS="%{rpmcflags} `libglade-config --cflags`"
 %configure
 %{__make}
 
This page took 0.095566 seconds and 4 git commands to generate.