X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=debian%2Frules;h=b88d963d4f63cdfc67288ae06dd5af97614c5c6c;hp=b059de0b9bea232eec26135edd0feefcf10125e9;hb=4936e66277fdc3b4c78accc6842e5618f807715b;hpb=476c8e654a822761433b85815b02f7245fc25bbf diff --git a/debian/rules b/debian/rules index b059de0..b88d963 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ CONFIGURE_OPTIONS += \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --enable-threads + --enable-threads \ LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -36,8 +36,8 @@ configure: patch configure-stamp configure-stamp: dh_testdir - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ - ./configure $(CONFIGURE_OPTIONS) + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ + ./configure $(CONFIGURE_OPTIONS) touch configure-stamp @@ -86,5 +86,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch - -.PHONY: build clean binary-arch binary-indep binary install configure +.PHONY: build clean binary-indep binary-arch binary install configure