build for precise

This commit is contained in:
Jeremy Roman 2012-03-16 18:05:14 -04:00 committed by root
parent 3e145e942c
commit 5d2c863008
2 changed files with 8 additions and 2 deletions

View File

@ -1,11 +1,11 @@
CC=gcc
CFLAGS=-std=c99 -g -O2 -fPIC -Wall -DLDAP_DEPRECATED
LDFLAGS=-g -shared -lpam -lldap
LDFLAGS=-g -shared
all: pam_csc.so
pam_csc.so: pam_csc.o
$(CC) -o $@ $(LDFLAGS) $<
$(CC) -o $@ $(LDFLAGS) $< -lpam -lldap
clean:
rm -f pam_csc.so pam_csc.o

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpam-csc (1.9ubuntu3) precise; urgency=low
* Build for precise.
-- Jeremy Roman <jbroman@csclub.uwaterloo.ca> Fri, 16 Mar 2012 18:04:21 -0400
libpam-csc (1.9ubuntu2) oneiric; urgency=low
* Build for oneiric.