summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2011-09-28 00:00:23 -0700
committerBryan Ischo <bryan@ischo.com>2011-09-28 00:00:23 -0700
commitd7b30b420ba5b34137b554136d28493e359f9772 (patch)
treef25fefe5e683ec196a8a6725c3d48e2a38da9680 /GNUmakefile
parent8c729d426be864c9ce6d053af98a8fccbf5d7122 (diff)
downloadceph-libs3-d7b30b420ba5b34137b554136d28493e359f9772.tar.gz
Fixed debian package build commands as per input from Paul J Stevens.
This fix was sent to me years ago and I never included it or tested it, and I hope it works.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 570aaca..1b4611e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -338,7 +338,7 @@ $(DEBDEVPKG): exported $(BUILD)/deb-dev/DEBIAN/control \
$(BUILD)/deb/DEBIAN/control: debian/control
@mkdir -p $(dir $@)
echo -n "Depends: " > $@
- dpkg-shlibdeps -O $(BUILD)/lib/libs3.so.$(LIBS3_VER_MAJOR) | \
+ dpkg-shlibdeps -Sbuild -O $(BUILD)/lib/libs3.so.$(LIBS3_VER_MAJOR) | \
cut -d '=' -f 2- >> $@
sed -e 's/LIBS3_VERSION/$(LIBS3_VER)/' \
< $< | sed -e 's/DEBIAN_ARCHITECTURE/$(DEBARCH)/' | \