]> git.pld-linux.org Git - packages/ClanLib.git/commitdiff
- added apssing LDFALGS="-s" to ./configure enviroent. ClanLib-0_1_16-1
authorkloczek <kloczek@pld-linux.org>
Wed, 8 Sep 1999 21:47:16 +0000 (21:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ClanLib.spec -> 1.22

ClanLib.spec

index 63c72d252d0b7637a75c71cce548e6a46f626b83..aa0d7db62a3f4dfaf52ed5b29077d811abf811f2 100644 (file)
@@ -59,8 +59,12 @@ do kompilacji program
 
 %prep
 %setup -q
+
 %build
-%configure --enable-static --enable-shared
+LDFLAGS="-s"; export LDFLAGS
+%configure \
+       --enable-static \
+       --enable-shared
 make
 
 %install
This page took 0.02567 seconds and 4 git commands to generate.