summaryrefslogtreecommitdiff
path: root/trunk/release
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-06 15:51:27 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-06 15:51:27 +0000
commitec415b526ece58436624c99fecaadbd9bc041b98 (patch)
tree41519487ec87a6d96fd2a62d21270e596863ecd2 /trunk/release
parentf1dc0217ff2ded70e3bb9e8c379ebbf40d5124b9 (diff)
Propagate --with-jni down to RPM SPEC
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@348 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/release')
-rw-r--r--trunk/release/libjpeg-turbo.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/release/libjpeg-turbo.spec.in b/trunk/release/libjpeg-turbo.spec.in
index e911ad5..a9e04df 100644
--- a/trunk/release/libjpeg-turbo.spec.in
+++ b/trunk/release/libjpeg-turbo.spec.in
@@ -39,7 +39,7 @@ TurboJPEG/IPP. It is faster in some areas but slower in others.
#-->%setup -q
#-->%build
-#-->configure libdir=/opt/%{name}/%{__lib} mandir=/opt/%{name}/man JPEG_LIB_VERSION=@JPEG_LIB_VERSION@ SO_MAJOR_VERSION=@SO_MAJOR_VERSION@ SO_MINOR_VERSION=@SO_MINOR_VERSION@ --with-pic
+#-->configure libdir=/opt/%{name}/%{__lib} mandir=/opt/%{name}/man JPEG_LIB_VERSION=@JPEG_LIB_VERSION@ SO_MAJOR_VERSION=@SO_MAJOR_VERSION@ SO_MINOR_VERSION=@SO_MINOR_VERSION@ --with-pic @RPM_CONFIG_ARGS@
#-->make DESTDIR=$RPM_BUILD_ROOT libdir=/opt/%{name}/%{__lib} mandir=/opt/%{name}/man
%install