diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-11-13 22:23:33 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-11-13 22:54:11 (GMT) |
commit | d8769fa94b4a50d92832b454453284a9c1158cb4 (patch) | |
tree | e992617e90c4103a90c216d80f1eb3c69274ee3a /src/netcdf-cxx4.mk | |
parent | 5811607c05118b87b8fb04fcf56212cc99ff276c (diff) | |
download | mxe-d8769fa94b4a50d92832b454453284a9c1158cb4.zip mxe-d8769fa94b4a50d92832b454453284a9c1158cb4.tar.gz mxe-d8769fa94b4a50d92832b454453284a9c1158cb4.tar.bz2 |
jpeg: use the package's shipped libjpeg.pc
and fix the references to our old crafted jpeg.pc.
Diffstat (limited to 'src/netcdf-cxx4.mk')
-rw-r--r-- | src/netcdf-cxx4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcdf-cxx4.mk b/src/netcdf-cxx4.mk index bd66d10..ccb8395 100644 --- a/src/netcdf-cxx4.mk +++ b/src/netcdf-cxx4.mk @@ -21,5 +21,5 @@ define $(PKG)_BUILD '$(TARGET)-g++' \ -W -Wall -Werror -ansi -pedantic \ '$(SOURCE_DIR)/examples/simple_xy_rd.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \ - -l$(PKG) `'$(TARGET)-pkg-config' netcdf jpeg libcurl --cflags --libs` -lportablexdr + -l$(PKG) `'$(TARGET)-pkg-config' netcdf libjpeg libcurl --cflags --libs` -lportablexdr endef |