mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/courier-mta: fix ldflags
This commit is contained in:
parent
5082e7db9a
commit
a7d91da0a8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ build() {
|
|||
's|--with-authchangepwdir=/var/tmp/dev/null|--with-authchangepwdir=$libexecdir/authlib|' \
|
||||
configure && chmod 755 configure
|
||||
|
||||
LDFLAGS+="-L /usr/lib/courier-authlib -lcourierauth"
|
||||
LDFLAGS+="-L/usr/lib/courier-authlib -lcourierauth"
|
||||
echo $LDFLAGS
|
||||
# courier is more about configuring than compiling :-), lets start the mess
|
||||
./configure --prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue