~ubuntu-branches/ubuntu/trusty/sblim-sfcb/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-06-08 12:04:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090608120449-byfplk09rqz8rtg6
Tags: 1.3.3-0ubuntu1
* New upstream release.
* debian/rules: Removed rpath hacks, SFCB default build handles that now.
* Removed 1934753-remove-assignment.diff, now upstream.
* Refreshed patch cim-schema-location.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
CONFIGURE_OPTIONS := --prefix=/usr \
6
6
        --sysconfdir=/etc \
7
7
        --localstatedir=/var \
8
 
        --libdir=/usr/lib/$(PKGNAME) \
9
8
        --enable-ssl \
10
9
        --enable-pam \
11
10
        --enable-ipv6
12
11
 
13
 
CFLAGS = -g -Wall -Wl,--rpath -Wl,/usr/lib/$(PKGNAME)
 
12
CFLAGS = -g -Wall
14
13
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
15
14
        CFLAGS += -O0
16
15
else
25
24
configure-stamp: $(QUILT_STAMPFN)
26
25
        dh_testdir
27
26
        ./configure $(CONFIGURE_OPTIONS)
28
 
        # libtool hack to get rid of most rpath issues
29
 
        sed -i -r 's/^(hardcode_into_libs).*$$/\1=no/' libtool
30
27
        touch configure-stamp
31
28
 
32
29
build: build-stamp