23 lines
1.1 KiB
Diff
23 lines
1.1 KiB
Diff
--- hplip-1.6.6a/Makefile.in.libm 2006-07-04 15:55:53.000000000 +0100
|
|
+++ hplip-1.6.6a/Makefile.in 2006-07-04 15:56:36.000000000 +0100
|
|
@@ -480,7 +480,7 @@
|
|
ip/xbi2gray.c ip/xcolrspc.c ip/xfakemono.c ip/xgray2bi.c ip/xinvert.c ip/xjpg_enc.c ip/xmatrix.c ip/xpnm.c ip/xscale.c ip/xthumb.c ip/xyxtract.c \
|
|
ip/hpip.h ip/ipdefs.h ip/xform.h ip/xjpg_dct.h ip/xjpg_huf.h ip/xjpg_mrk.h
|
|
|
|
-libhpip_la_LDFLAGS = -version-info 0:1:0
|
|
+libhpip_la_LDFLAGS = -lm -version-info 0:1:0
|
|
|
|
# sane backend
|
|
BASENAME = sane-hpaio
|
|
--- hplip-1.6.6a/Makefile.am.libm 2006-07-04 15:55:24.000000000 +0100
|
|
+++ hplip-1.6.6a/Makefile.am 2006-07-04 15:55:36.000000000 +0100
|
|
@@ -151,7 +151,7 @@
|
|
ip/ipmain.c ip/xchgbpp.c ip/xcrop.c ip/xgamma.c ip/xjpg_dec.c ip/xjpg_huf.c ip/xpcx.c ip/xsaturation.c ip/xtable.c ip/xtonemap.c \
|
|
ip/xbi2gray.c ip/xcolrspc.c ip/xfakemono.c ip/xgray2bi.c ip/xinvert.c ip/xjpg_enc.c ip/xmatrix.c ip/xpnm.c ip/xscale.c ip/xthumb.c ip/xyxtract.c \
|
|
ip/hpip.h ip/ipdefs.h ip/xform.h ip/xjpg_dct.h ip/xjpg_huf.h ip/xjpg_mrk.h
|
|
-libhpip_la_LDFLAGS = -version-info 0:1:0
|
|
+libhpip_la_LDFLAGS = -lm -version-info 0:1:0
|
|
|
|
# sane backend
|
|
BASENAME=sane-hpaio
|