]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- pass -fPIC (fixes build of libextractor); release 2 auto/ac/glib2-2_6_3-2
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 28 Mar 2005 22:28:46 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2.spec -> 1.99

glib2.spec

index 951d2e1953db3ce8c004f5ec4867df0d846cb27a..85100cf77bc85f4af895f0b5ad42a9549edb03e2 100644 (file)
@@ -12,7 +12,7 @@ Summary(tr):  Yararl
 Summary(zh_CN):        ÊµÓù¤¾ßº¯Êý¿â
 Name:          glib2
 Version:       2.6.3
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Libraries
@@ -152,7 +152,8 @@ gtkdocize --copy
        --enable-static \
        --enable-debug=%{?debug:yes}%{!?debug:minimum} \
        --enable-man
-%{__make}
+%{__make} \
+       CFLAGS="%{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.248431 seconds and 4 git commands to generate.