summaryrefslogtreecommitdiff
path: root/packages/gammu/files/ldflags-again.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2008-05-13 15:38:20 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2008-05-13 15:38:20 +0000
commit99c07ae16659f6316801647e3335a27212f78ce6 (patch)
tree491a1667469886856cef9629bb77285bd371375d /packages/gammu/files/ldflags-again.patch
parent8ca9299bb70feee80e82622a36184b1b56dff2e5 (diff)
gammu: updated to 1.20.0
Diffstat (limited to 'packages/gammu/files/ldflags-again.patch')
-rw-r--r--packages/gammu/files/ldflags-again.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/gammu/files/ldflags-again.patch b/packages/gammu/files/ldflags-again.patch
deleted file mode 100644
index 90311e5f39..0000000000
--- a/packages/gammu/files/ldflags-again.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gammu-1.10.0/cfg/Makefile.glo
-===================================================================
---- gammu-1.10.0.orig/cfg/Makefile.glo 2007-03-30 17:55:18.000000000 +0200
-+++ gammu-1.10.0/cfg/Makefile.glo 2007-03-30 17:55:46.000000000 +0200
-@@ -152,7 +152,7 @@
-
- $(TOPDIR)/gammu/gammu-shared: $(COMMON) $(GAMMU) $(TOPDIR)/common/$(LIBGAMMU_FULLNAME)
- @echo Linking gammu-shared
-- @$(CC) -L$(TOPDIR)/common -lGammu $(GAMMU_CFLAGS) $(GAMMU_LIBS) $(SMSD_LIBS) $(GAMMU) -o $(TOPDIR)/gammu/gammu-shared
-+ @$(CC) -L$(TOPDIR)/common -lGammu $(LDLIBS) $(GAMMU_CFLAGS) $(GAMMU_LIBS) $(SMSD_LIBS) $(GAMMU) -o $(TOPDIR)/gammu/gammu-shared
-
- shared: $(TOPDIR)/common/$(LIBGAMMU_FULLNAME) $(TOPDIR)/common/$(LIBGAMMU_STATIC) $(TOPDIR)/gammu/gammu-shared
-