summaryrefslogtreecommitdiff
path: root/dev-db/ctdb/files/ctdb-1.13-ldflags.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 12:31:26 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 12:35:18 +0200
commit70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d (patch)
treebd5f724a02cff37786a1952c990329dc10b13a4f /dev-db/ctdb/files/ctdb-1.13-ldflags.patch
parent828139076827f50e43b62a88d038d1b092371618 (diff)
downloadgentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.tar.gz
gentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.tar.bz2
gentoo-70bb72fbed3d0e407d2a2ff7a33c6fdf307e9f9d.zip
dev-db/ctdb: Remove last-rited pkg, #512292
Diffstat (limited to 'dev-db/ctdb/files/ctdb-1.13-ldflags.patch')
-rw-r--r--dev-db/ctdb/files/ctdb-1.13-ldflags.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch b/dev-db/ctdb/files/ctdb-1.13-ldflags.patch
deleted file mode 100644
index d5662cadf0c0..000000000000
--- a/dev-db/ctdb/files/ctdb-1.13-ldflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -urN ctdb-1.13.old/Makefile.in ctdb-1.13/Makefile.in
---- ctdb-1.13.old/Makefile.in 2012-03-23 11:30:03.321735210 +0100
-+++ ctdb-1.13/Makefile.in 2012-03-23 11:37:03.131704144 +0100
-@@ -151,7 +151,7 @@
-
- bin/ltdbtool: tools/ltdbtool.o @TDB_OBJ@
- @echo Linking $@
-- @$(CC) $(CFLAGS) -o $@ $+
-+ @$(CC) $(CFLAGS) -o $@ $+ $(LIB_FLAGS)
-
- bin/smnotify: utils/smnotify/gen_xdr.o utils/smnotify/gen_smnotify.o utils/smnotify/smnotify.o $(POPT_OBJ)
- @echo Linking $@
-@@ -173,7 +173,7 @@
-
- bin/ping_pong: utils/ping_pong/ping_pong.o
- @echo Linking $@
-- @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o
-+ @$(CC) $(CFLAGS) -o $@ utils/ping_pong/ping_pong.o $(LIB_FLAGS)
-
- bin/pmdactdb: $(CTDB_CLIENT_OBJ) utils/pmda/pmda_ctdb.o
- @echo Linking $@