patches/libgksuui1.0-01-Makefile.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 7853 833e08919db2
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7853
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     1
diff -u -r libgksuui1.0-1.0.5.orig/Makefile.in libgksuui1.0-1.0.5/Makefile.in
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     2
--- libgksuui1.0-1.0.5.orig/Makefile.in	2005-06-13 22:52:09.000000000 +0800
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     3
+++ libgksuui1.0-1.0.5/Makefile.in	2006-08-01 15:08:24.132126000 +0800
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     4
@@ -171,7 +171,7 @@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     5
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     6
 DISTCLEANFILES = *~
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     7
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     8
-SUBDIRS = intl m4 po libgksuui graphics docs
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
     9
+SUBDIRS = intl m4 po libgksuui graphics
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    10
 DIST_SUBDIRS = $(SUBDIRS)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    11
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    12
 ACLOCAL_AMFLAGS = -I m4
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    13
Only in libgksuui1.0-1.0.5: build
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    14
diff -u -r libgksuui1.0-1.0.5.orig/libgksuui/Makefile.in libgksuui1.0-1.0.5/libgksuui/Makefile.in
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    15
--- libgksuui1.0-1.0.5.orig/libgksuui/Makefile.in	2005-06-13 22:52:10.000000000 +0800
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    16
+++ libgksuui1.0-1.0.5/libgksuui/Makefile.in	2006-08-01 14:59:25.411786000 +0800
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    17
@@ -167,7 +167,7 @@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    18
 sharedstatedir = @sharedstatedir@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    19
 sysconfdir = @sysconfdir@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    20
 target_alias = @target_alias@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    21
-AM_CFLAGS = -g -O2 -Wall
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    22
+AM_CFLAGS = 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    23
 INCLUDES = `pkg-config --cflags gtk+-2.0`
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    24
 AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\"
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    25
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    26
@@ -177,7 +177,7 @@
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    27
 # major -> breaks backward compatibility (changes to existing ABI)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    28
 # minor -> keeps compatibility (additions to the API)
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    29
 # micro -> no change to the API/ABI
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    30
-libgksuui1_0_la_LDFLAGS = -version-info 0:0:0 -Wl,-O1 -Wl,--version-script=libgksuui.ver `pkg-config --libs gtk+-2.0`
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    31
+libgksuui1_0_la_LDFLAGS = -version-info 0:0:0 -Wl, `pkg-config --libs gtk+-2.0`
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    32
 
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    33
 noinst_HEADERS = defines.h
833e08919db2 * gksu.spec: Create new spec file for gksu
zl156116
parents:
diff changeset
    34