diff options
Diffstat (limited to 'recipes/teleport/files/remove-tododb.patch')
-rw-r--r-- | recipes/teleport/files/remove-tododb.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/teleport/files/remove-tododb.patch b/recipes/teleport/files/remove-tododb.patch new file mode 100644 index 0000000000..87e4f74b00 --- /dev/null +++ b/recipes/teleport/files/remove-tododb.patch @@ -0,0 +1,12 @@ +--- teleport-0.33/Makefile 2004-07-20 22:01:25.000000000 +0200 ++++ teleport-0.33/Makefile 2005-03-04 17:03:17.316841832 +0100 +@@ -13,7 +13,7 @@ + endif + PACKAGE_CPPFLAGS += $(STANDARD_CPPFLAGS) + PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GPECFLAGS) `libgcrypt-config --cflags` +-PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS) -ltododb -ldisplaymigration -lgpepimc `libgcrypt-config --libs` -lsqlite ++PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS) -ldisplaymigration `libgcrypt-config --libs` -lsqlite + + MEMBERS = teleport crypt displays keygen tp-keygen + + |