summaryrefslogtreecommitdiff
path: root/debian/patches/0005-hardening.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 09:00:53 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 09:00:53 +0200
commit0dfd806b69656a4c687287cbfefc7137f1fb7289 (patch)
tree7d83b594babcf8d9c9d7db46364034a9eb043ed5 /debian/patches/0005-hardening.patch
parent386403d8a5de83642598d811b6a6a5c40cce51c0 (diff)
refresh patches
Diffstat (limited to 'debian/patches/0005-hardening.patch')
-rw-r--r--debian/patches/0005-hardening.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0005-hardening.patch b/debian/patches/0005-hardening.patch
index a579867..c8abeea 100644
--- a/debian/patches/0005-hardening.patch
+++ b/debian/patches/0005-hardening.patch
@@ -14,7 +14,7 @@ Index: trunk/Makefile
ifdef UNITY_SUPPORT
VALAFLAGS := $(VALAFLAGS) --define UNITY_SUPPORT
endif
-@@ -676,7 +676,7 @@ $(EXPANDED_C_FILES): $(VALA_STAMP)
+@@ -661,7 +661,7 @@ $(EXPANDED_C_FILES): $(VALA_STAMP)
@
$(EXPANDED_OBJ_FILES): %.o: %.c $(CONFIG_IN) Makefile
@@ -27,12 +27,12 @@ Index: trunk/plugins/Makefile.plugin.mk
===================================================================
--- trunk.orig/plugins/Makefile.plugin.mk
+++ trunk/plugins/Makefile.plugin.mk
-@@ -42,7 +42,7 @@ DEFINES := -D_VERSION='"$(PLUGINS_VERSIO
- all: $(PLUGIN).so
+@@ -42,7 +42,7 @@ PLUGIN_EXTRAFLAGS ?= --vapidir=../common
+ PLUGIN_EXTRALINKFLAGS ?= -L../common/ -lshotwell-plugin-common
.stamp: $(SRC_FILES) $(MAKE_FILES) $(HEADER_FILES)
- $(VALAC) --target-glib=$(MIN_GLIB_VERSION) -g --enable-checking --fatal-warnings --ccode --enable-deprecated \
+ $(VALAC) --target-glib=$(MIN_GLIB_VERSION) -g --enable-checking --ccode --enable-deprecated \
--vapidir=../ $(foreach pkg,$(PKGS),--pkg=$(pkg)) $(foreach pkg,$(CUSTOM_VAPI_PKGS),--pkg=$(pkg)) \
$(USER_VALAFLAGS) \
- --vapidir=../../vapi \
+ $(PLUGIN_EXTRAFLAGS) \